使用者:Hat600/handbook/source標籤
外觀
< User:Hat600 | handbook
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
當然,我可不知道這什麼意思。