?? 3.47 自動保存網頁輸出的文本.htm
字號:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>標題頁</title>
<script>
window.onload=function()
{
document.open("text/html"); //打開窗口
document.write("把這些文字保存起來!!!!!");//輸出內容
document.execCommand("saveAs","true","我的網頁");//打開另存為對話框
document.close(); //關閉文檔
}
</script>
</head>
<body>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -