测试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

Leave a Comment

(Necessary)

(Necessary, will not be published)

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.