Sat, Jun 21st, 2008
测试WP-Syntax
语法加亮插件装载……
1 2 3 4 | <?php $text = "hello, world"; echo $text; //测试语法加亮 ?> |
1 2 3 4 | window.onload = function(){ var x = ["hello"," world"]; window.alert(x.join()); } |
1 2 3 4 5 | public class test{ public static final void main(String[] arg){ System.out.println("hello, world"); } } |
No Responses