sol11-2.vbs
来自「Apress - Managing Enterprise Systems Wit」· VBS 代码 · 共 7 行
VBS
7 行
Dim objIE
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate "about:blank"
objIE.Visible = True
objIE.Document.Write "<b>hello world</b>"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?