用户: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
当然,我可不知道这什么意思。