查看效果:js實(shí)現(xiàn)html 和javascript轉(zhuǎn)換
函數(shù)如下
<script language="javascript">
<!--
function change(){
oResult.value="document.writeln(\""+oSource.value.replace(/\\/g,"\\\\").replace(/\//g,"\\/").replace(/\'/g,"\\\'").replace(/\"/g,"\\\"").split('\r\n').join("\");\ndocument.writeln(\"")+"\")"
}
-->
</script>
在這其中oSource.value 表示源內(nèi)容也就是html,oResult.value就是生成的js內(nèi)容。
更多信息請查看IT技術(shù)專欄