代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script language="JavaScript">
function openWin(){
var dw;
dw=window.open();
dw.document.open();
dw.document.write("<html><head><title>一个新的窗口</title>");
dw.document.write("</head>");
dw.document.write("<body>");
dw.document.write("<img name='i1' src='img/docs-github.png'><br />");
dw.document.write("这里是写入的新内容<br />");
dw.document.write("</body></html>");
dw.document.close();
}
function addSelect(){
var sel=document.createElement("select");
sel.options[0]=new Option("篮球","");
sel.options[1]=new Option("足球","");
sel.options[2]=new Option("排球","");
sel.options[3]=new Option("乒乓球","");
document.form1.appendChild(sel);
}
</script>
</head>
<body>
<input type="button" value="打开一个新文档" onclick="openWin();" />
<form name="form1">
<input type="button" name="btn1" value="动态添加下拉菜单" onclick="addSelect();" />
</form>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。