default.hta
来自「是一个很好的编辑器」· HTA 代码 · 共 39 行
HTA
39 行
<html>
<head>
<!--
*******************************************************************************
* INFO *
* *
*******************************************************************************
-->
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title> Put Your Title Here </title>
<HTA:application
applicationName="appName"
border="none"
version="o.1"
maximizebutton="no"
showintaskbar="no"
singleinstance="yes"
scroll="no"
/>
<style type="text/css">
/* <![CDATA[ */
BODY {
background-color: rgb(0,0,0);
color: white;
border: thin white solid;
margin: 10px 10px 10px 10px;
font: 12px Verdana;
}
/* ]]> */
</style>
<script language="vbscript">
</script>
</head>
<body >
</body>
</HTmL>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?