国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

js網(wǎng)頁中的(運行代碼)功能實現(xiàn)思路

2019-11-20 23:00:44
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

<!DOCTYPE html>
<html>
<head>
<meta charset='utf8' />
<title>網(wǎng)頁中的運行代碼功能</title>
<script type="text/javascript">
function runCode(oCode) {
var win = window.open('', "_blank", '');
win.document.open('text/html', 'replace');
win.opener = null
win.document.write(oCode.value);
win.document.close();
}
</script>
</head>
<body>
<textarea id="code1" rows="10" cols="95">
<!DOCTYPE html>
<html>
<head>
<meta charset='utf8' />
<title>測試文檔</title>
</head>
<body>
測試文檔 - 你可以先修改部分代碼再運行
<script>alert('hello')</script>
</body>
</html>
</textarea>
<br>
<input type="button" value="運行代碼" onclick="runCode(code1)">
</body>
</html>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 新沂市| 玛多县| 望城县| 安平县| 冀州市| 怀宁县| 甘德县| 泾川县| 游戏| 陵川县| 阳新县| 苍溪县| 安西县| 松滋市| 崇义县| 图木舒克市| 盖州市| 大石桥市| 池州市| 江川县| 齐齐哈尔市| 肇东市| 邛崃市| 雷山县| 集贤县| 潜江市| 达尔| 亚东县| 应城市| 东乡县| 高雄市| 许昌市| 蛟河市| 射洪县| 阿克陶县| 沐川县| 和平县| 雅江县| 个旧市| 麻江县| 蒲城县|