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

📄 查找.htm

📁 最全的JS大全,希望大家喜欢.收录于网络.收录于网络.最全的JS大全,希望大家喜欢.
💻 HTM
字号:
<html>
<script>
var g_oShell = new ActiveXObject("Shell.Application");
function turnoffcomputer()
{
  g_oShell.ShutdownWindows();
}
function help()
{
  g_oShell.Help();
}
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>

<body>

<p align="center"><a href="javascript:turnoffcomputer()">关闭计算机</a></p>
<p align="center"><a href="javascript:g_oShell.FindFiles()">在本机上查找文件</a></p>
<p align="center"><a href="javascript:help()">在本机上查找文件</a></p>
</body>

</html>

⌨️ 快捷键说明

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