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
谁能告诉我把这段代码效果应用到网页中去,也就是说把文件拖到网页上.在网页上看得到地址.
有什么方法,拖东西到网页(或网页某一元素)上面,网页产生效果
不一定要弹出的,在网页的文字区域写出也可以.除了IE地址栏
Last edited by wert123 on 2007-8-22 at 11:32 AM ]