2016年6月28日
摘要: string strParam = Request.Params["param"]; if ( strParam== null ) { strParam= ""; } string strParam= Request.Params["param"] == null ? "": Request.Par 阅读全文
posted @ 2016-06-28 14:09 路上有你F 阅读(286) 评论(0) 推荐(0)