
CODE: [Copy to clipboard]谁能告诉我把这段代码效果应用到网页中去,也就是说把文件拖到网页上.在网页上看得到地址.set args = WScript.Arguments
if args.Count = 0 then
MsgBox "You called this script directly, no arguments specified!"
else
for each argument in args
list = list & argument & vbCr
next
MsgBox "Here's the list of arguments:" & vbCr & list
end if
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |