在线代码着色(采用SyntaxHighlighter实现)


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

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

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