標籤:style blog http io ar color os sp on
<!doctype html><html><head><meta charset="utf-8"><meta name="author" content="智能社 - zhinengshe.com"><meta name="copyright" content="智能社 - zhinengshe.com"><title>智能社 - www.zhinengshe.com</title></head><body> <input type="button" value="開啟" onclick="window.open(‘http://www.baidu.com‘), ‘_self‘" /> <input type="button" value="關閉" onclick="window.close();" /></body></html>
<!doctype html><html><head><meta charset="utf-8"><meta name="author" content="智能社 - zhinengshe.com"><meta name="copyright" content="智能社 - zhinengshe.com"><title>智能社 - www.zhinengshe.com</title><style></style><script>window.onload=function (){ var oBtn=document.getElementById(‘btn‘); var oText=document.getElementById(‘text‘); oBtn.onclick=function (){ var oNewWidnow=window.open(‘about:blank‘, ‘_blank‘); oNewWidnow.document.write(oText.value); }; };</script></head><body> <textarea cols="80" rows="10" id="text"></textarea> <input type="button" value="運行" id="btn" /></body></html>
js開啟、關閉頁面和運行代碼那些事