注册
找回密码
账号 记住
2295
1
47268
145
405
如果您在使用系统函数标签时碰到如题问题,删除重建标签也无效,请尝试打开
ks_cls/kesion.label.functioncls.asp
找到
351行左右
If Not KS.IsNul(City) Then Param=Param & " and I.City='" & City & "'"
改为
If Not KS.IsNul(City) and city&""<>"undefined" Then Param=Param & " and I.City='" & City & "'"