2、打开你所加密的文件夹,右键自定义文件夹→下一步→选择编辑该文件HTML→选择标准编辑模板→下一步,弹出Folder记事本,在里面找到后面编即可
字串9
<script language=vbscript>
字串1
do 字串6
i=inputbox("请输入你的密码","密码框")
字串7
if i="123" then
字串4
msgbox"你可以进入了" 字串9
exit do
else
b=msgbox("你输入的密码不正确",5+vbquestion,"错识提示")
字串1
if b<>4 then 字串4
exit do
else
字串8
end if
字串1
end if
loop
字串6
字串1
3、也是在那里面编写只是方法不同 字串2
var pass=prompt("输放密码") 字串1
if(pass!="123")
{window.location="c:"}
注释:123为密码