📄 cmdline.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 + -