摘要: 定义一个函数:function nullstr(str)if isnull(str) thennullstr=""elsenullstr=strend ifend function这样处理response.Cookies("Admin_level")=nullstr(Rs("level")) 阅读全文
posted @ 2013-01-07 11:21 网络剑客 阅读(141) 评论(0) 推荐(0)