摘要: 当地址栏没有参数"id"时: Request.QueryString["ID"] == nullConvert.ToString(Request.QueryString["ID"]) == null注意这样会出错:Request.QueryString["ID"].ToString(); 当地... 阅读全文
posted @ 2008-05-21 15:07 Angelo Dell'inferno 阅读(1176) 评论(1) 推荐(0) 编辑