?? wshkit_dialog.htm
字號(hào):
<HTML>
<HEAD>
<TITLE>WshKit.DialogBox Sample</TITLE>
</HEAD>
<BODY SCROLL="no" TIP="Hi, Monty! How's your Python?">
<!--
TIP is used for "status bar" information
any element can have a TIP applied
-->
<P>Please fill out the following information:</P>
<TABLE CELLSPACING="2" ALIGN="center">
<TR>
<TD ALIGN="right">What is your name?</TD>
<TD> </TD>
<TD><INPUT TYPE="text" ID="txtName"/></TD>
</TR>
<TR>
<TD ALIGN="right">What is your quest?</TD>
<TD> </TD>
<TD><INPUT TYPE="text" ID="txtQuest"/></TD>
</TR>
<TR>
<TD ALIGN="right">What is your favorite color?</TD>
<TD> </TD>
<TD><INPUT TYPE="text" ID="txtColor"/></TD>
</TR>
</TABLE>
<P>Clicking "OK" will store the current values in local variables, and echo the values back to you.</P>
<P>Clicking "Cancel" will discard form information.</P>
</BODY>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -