view source.snp
来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· SNP 代码 · 共 15 行
SNP
15 行
<!-- DESCRIPTION: This will create a button on your webpage
that will allow the user to view your HTML code.
INSTRUCTIONS: Place this script in anywhere on your page
you want the button to show up.
FUNCTIONALITY: Works in Netscape only. The button will
show up in IE but will not do anything when clicked.
-->
<CENTER><FORM><INPUT TYPE="BUTTON" VALUE="View Source"
onClick= 'window.location = "view-source:" + window.location.href'
</FORM></CENTER>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?