User:Hat600/handbook/source标签

actionscript 编辑

on(click){
    gotoAndPlay(18);
    stop();
}

asp 编辑

if not rs.eof
response.write "E"
end if

cpp 编辑

#include <iostream>
using namespace std;

int main(){
    int i,j;
    for(i=1;i++;i<=100){
        j=j+i;
    }
    cout << j;
    system("pause");
    return 0;
}

css 编辑

.wikitable {
    margin: 1em;
    color: #0080FF;
    font-family: "华文彩云", sans-serif;
}

dos 编辑

DIR

html4strict 编辑

<html>
<head>
<title>
愚人百科,惨遭恶搞的百科全书(愚人节快乐!)
</title>
<body>
<table class="wikitable">
 <tr>
  <td>首页</td>
 </tr>
</table>
</body>
</html>

javascript 编辑

importScript('User:Liangent/Scripts/HelloWorld.js');

scilab 编辑

i=1;
j=1;
for i=1:2:10
    j=j+i;
end
disp(j);

vb 编辑

i = 0
do 
    i = i + 1
    Text1.text = Text1.text + " Wikipedia "
loop until i >= 10

whitespace 编辑

source还能支持whitespace,像这样:

     w
       i
         k
           i
             p
               e
                 d
                   i
                     a

当然,我可不知道这什么意思。