
CODE: [Copy to clipboard]set objIE = CreateObject("InternetExplorer.Application")
objIE.navigate("about:blank")
objIE.document.parentwindow.clipboardData.SetData "text","你的内容"
objIE.Quit
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |