亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        vbs qq自動(dòng)發(fā)信息增強(qiáng)版

        字號(hào):


            運(yùn)行前請(qǐng)確定你的電腦安裝了word。
            代碼如下:
            i=0
            set wshshell=createobject(wscript.shell)
            set objword = createobject(word.application)
            set coltasks = objword.tasks
            do while i<30
            for each objtask in coltasks
            if left(objtask.name,1)=與 then
            wshshell.appactivate objtask.name
            wshshell.sendkeys {enter}
            wshshell.sendkeys ^v
            wshshell.sendkeys i
            wscript.sleep 600
            wshshell.sendkeys %s
            i=i+1
            end if
            next
            loop