首页 > 编程 > VBScript > 正文

VBS如何察看或获得剪切板内容的脚本

2020-07-26 11:56:31
字体:
来源:转载
供稿:网友
复制代码 代码如下:

Set objHTML=CreateObject("htmlfile")  'xmlfile、mhtmlfile都可以
ClipboardText=objHTML.ParentWindow.ClipboardData.GetData("text")
MsgBox ClipboardText
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表