在线代码上色(选用SyntaxHighlighter完成)


/* ---示例代码----*/

function echo (){
	var a="this is a example";
	alert("hello world "+a);
}

/* ---示例代码----*/