搞了python的后,现在准备使用js。我想到了wsh。
试了试,还真的先打开了个浏览器。
代码:
<job id="WshShell">
<script language="JScript">
var ie=new ActiveXObject("InternetExplorer.Application")
ie.Navigate("http://renren.com")
ie.Visible=1
</script>
</job>
阅读全文
类别:默认分类 查看评论文章来源:
http://hi.baidu.com/mirguest/blog/item/248f93ddbd215000495403a9.html