?? 3-11.htm
字號:
<html>
<head>
<title>查看網址代碼</title>
</head>
<body background="11.jpg">
<SCRIPT LANGUAGE="JavaScript">
function viewSource() {
document.getSource.view.value="請稍等...";
setTimeout("document.getSource.view.value='查看源代碼'",10000);
window.location.href= "view-source:" + document.getSource.url.value;
return false;
}
</script>
<center>
<font color=white>輸入完整的網址,按“查看源代碼”就可看到它的源代碼啦!</font>
<br>
<form name=getSource onSubmit="return viewSource();">
<input type=text name=url value="http://">
<br>
<br>
<input type=submit name=view value="查看源代碼">
</form>
</center>
</body>
</head>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -