?? selecttextexample3.htm
字號:
<html>
<head>
<title>Select Text Example</title>
<script type="text/javascript" src="formutil.js"></script>
</head>
<body onload="FormUtil.setTextboxes()">
<input type="text" size="12" id="txt1" value="initial value" /><br />
<input type="text" size="12" id="txt1" value="another value" /><br />
<input type="text" size="12" id="txt1" value="yet another value" /><br />
<input type="text" size="12" id="txt1" value="and another value" /><br />
<p>Try clicking or tabbing to each textbox. All the text will be selected.</p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -