this is my first article @ github by octopress
你好
code test
1
| $ git clone git@github.com:imathis/octopress.git # fork octopress
|
php test1
2
| phpinfo();
echo "test";
|
javascript test1
2
| alert('haha');
var aa = "hello";
|
html test1
2
3
| <form action="">
<input type="text" name="userid" id="userid"/>
</form>
|
java tset1
2
3
| import sun.java.util.*;
String[] ary = null;
System.out.println("haha");
|
1
| [rectangle setX: 10 y: 10 width: 20 height: 20];
|