小編給大家分享一下怎么用vbs實現(xiàn)將剪切板的unix格式內(nèi)容處理成pc格式,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
堅守“ 做人真誠 · 做事靠譜 · 口碑至上 · 高效敬業(yè) ”的價值觀,專業(yè)網(wǎng)站建設(shè)服務(wù)10余年為成都成都玻璃隔斷小微創(chuàng)業(yè)公司專業(yè)提供企業(yè)網(wǎng)站設(shè)計營銷網(wǎng)站建設(shè)商城網(wǎng)站建設(shè)手機網(wǎng)站建設(shè)小程序網(wǎng)站建設(shè)網(wǎng)站改版,從內(nèi)容策劃、視覺設(shè)計、底層架構(gòu)、網(wǎng)頁布局、功能開發(fā)迭代于一體的高端網(wǎng)站建設(shè)服務(wù)。set ws=createobject("wscript.shell") set fso=createobject("scripting.filesystemobject") Set objIE = CreateObject("InternetExplorer.Application") objIE.Navigate("about:blank") s = objIE.document.parentwindow.clipboardData.GetData("text") objie.quit set file=fso.createtextfile("tmp.txt") file.write s file.close ws.run "cmd /c more tmp.txt>test.txt",0,true fso.deletefile "tmp.txt" ws.run "notepad.exe test.txt"
看完了這篇文章,相信你對“怎么用vbs實現(xiàn)將剪切板的unix格式內(nèi)容處理成pc格式”有了一定的了解,如果想了解更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝各位的閱讀!