有什么问题请到<a href='/bbs/forums.php?fid=21'>论坛</a>中发表<br>
<!--# 特效来源:http://www.webjx.com/js -->
<!-- 把下列代码加到<body>区域中 -->
<SCRIPT>
function run(){
{
str=test.value;
go=open('','运行','');
go.document.open();
go.document.write(str);
go.document.close();
}
}
</SCRIPT>
<TEXTAREA name=test rows=10 cols=60></TEXTAREA><BR>
<INPUT style="BACKGROUND-COLOR: rgb(255,200,200)" onclick=run() type=button value=运行>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]