selecttextexample2.htm
来自「If you are using Internet Explorer on Wi」· HTM 代码 · 共 10 行
HTM
10 行
<html>
<head>
<title>Select Text Example</title>
</head>
<body>
<p>Select some of the text in the textbox.</p>
<input type="text" size="12" id="txt1" value="initial value" onselect="alert('Select')"/>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?