VBS如何察看或获得剪切板内容的脚本
时间:2021-03-13 09:48:45|栏目:VBS|点击: 次
复制代码 代码如下:
Set objHTML=CreateObject("htmlfile") 'xmlfile、mhtmlfile都可以
ClipboardText=objHTML.ParentWindow.ClipboardData.GetData("text")
MsgBox ClipboardText
上一篇:在windows 64位操作系统上运行32位的vbscript的方法
栏 目:VBS
下一篇:whoami.vbs源代码
本文标题:VBS如何察看或获得剪切板内容的脚本
本文地址:http://www.codeinn.net/misctech/79886.html