VBS如何察看或获得剪切板内容的脚本 2020-02-16 分类:VB 标签Tags:vbs,如何,察看,获得,剪切板,内容,脚本,实现,代码,如下,set,objhtml,htmlfile,xmlfile,mhtmlfile,都可以
实现代码如下:Set objHTML=CreateObject("htmlfile") 'xmlfile、mhtmlfile都可以 ClipboardText=objHTML.ParentWindow.ClipboardData.GetData("text") MsgBox ClipboardText 以上就是【VBS如何察看或获得剪切板内容的脚本】的全部内容了,欢迎留言评论进行交流!