asp里取当前时间的函数是什么
asp里取当前时间的函数是什么
[解决办法]
这样写set filename=fso.createfile( "e:\aaa\ "+now()+ ".xls ")
now 不是一个对象 你不能用点 来取他的 xsl 属性或方法
明白了吗
因为asp环境认为你要的是 now 的 xsl 属性或方法
发布时间: 2012-02-14 19:19:19 作者: rapoo
asp里取当前时间的函数是什么
asp里取当前时间的函数是什么
[解决办法]
这样写set filename=fso.createfile( "e:\aaa\ "+now()+ ".xls ")
now 不是一个对象 你不能用点 来取他的 xsl 属性或方法
明白了吗
因为asp环境认为你要的是 now 的 xsl 属性或方法