当前位置: 代码迷 >> ASP >> asp里取当前时间的函数是什么,该如何解决
  详细解决方案

asp里取当前时间的函数是什么,该如何解决

热度:47   发布时间:2012-02-14 19:19:19.0
asp里取当前时间的函数是什么
asp里取当前时间的函数是什么

------解决方案--------------------
这样写set filename=fso.createfile( "e:\aaa\ "+now()+ ".xls ")
now 不是一个对象 你不能用点 来取他的 xsl 属性或方法

明白了吗

因为asp环境认为你要的是 now 的 xsl 属性或方法
  相关解决方案