赞
踩
用法:cmd.jsp?cmd=你要执行的命令
例:在html中 创建映射磁盘Z
<iframe src="../cmd.jsp?cmd=net use z: \\ ip \filename password /user:username" style="display:none">
</iframe>
//关闭页面时 关闭映射磁盘
function onBeforeUnload(){
var str = "<iframe src='../cmd.jsp?cmd=net use z: /del /y' style='display:none'>"+"</iframe>";
var temp=document.getElementById("close").innerHTML;
document.getElementById("close").innerHTML=temp+str;
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。