当前位置:
代码迷
>>
ASP
>> 类型不匹配: 'cdate',该怎么处理
详细解决方案
类型不匹配: 'cdate',该怎么处理
热度:
119
发布时间:
2012-03-14 12:01:12.0
类型不匹配: 'cdate'
datediff( "s ",cdate(Request.Cookies(Rikeeshop)( "dx_sj ")),now()) 请各位帮忙看看,谢谢了
------解决方案--------------------
Rikeeshop如果不是变量的话应该为
datediff( "s ",cdate(Request.Cookies( "Rikeeshop ")( "dx_sj ")),now())
查看全文
相关解决方案
asp的代码,之前是好的,今天提示“类型不匹配: 'cdate' ”,该如何处理
类型不匹配: 'cdate',该怎么处理