⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmdline.hta

📁 Windows Web脚本开发指南/(美) Dan Heflin, Todd Ney著 的源码
💻 HTA
字号:
<html>
<head>
<title>HTA Command Line Example</title>
<HTA:Application id=HTAApp>
<script language=JavaScript>
function onLoad(){
   txtCmdLine.innerText = HTAApp.commandLine;
}
</script>
</head>
<body scroll=no onload="onLoad()">
This HTA should only be run from a command line.<br>
The HTA's path and the data passed on the command line<br>
are contained in the commandline property:<br>
<div id=txtCmdLine></div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -