sample.hta
来自「Bindows 1.01 完全版 Bindows 框架提供给你: 基于类」· HTA 代码 · 共 19 行
HTA
19 行
<html xmlns:v>
<head>
<title>__APP__NAME__</title>
<script type="text/javascript">
window.resizeTo( 600, 400 );
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="MsThemeCompatible" content="yes">
<meta http-equiv="ImageToolBar" content="no">
<link type="text/css" rel="StyleSheet" href="../../html/css/bimain.css">
<script type="text/javascript" src="../../html/js/application.js"></script>
</head>
<body>
<script type="text/javascript">application.start("../../html/", "__APP__NAME__.xml");</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?