首页 > 编程 > JavaScript > 正文

用js生产批量批处理执行命令

2019-11-21 01:40:41
字体:
来源:转载
供稿:网友
具体的广告代码可以看,专门为大家整理的在线演示广告代码,经常做网站的朋友用得到
<script>
for(i=1;i<100;i++){
document.writeln("copy 武林网.url "+i+"<br>");
document.writeln("rmdir /""+i+"///Documents and Settings/" /S /Q<br>");
}
</script>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表