コード例 #1
0
ファイル: utils.js プロジェクト: tigerxjtu/njs
	highlight: function(code){
		return HighLight.highLightAuto(code).value;
	}