点燃自己

才发现已成尘

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年9月26日

摘要: string strParam = Request.Params["param"];if ( strParam== null ){ strParam= "";}string strParam= Request.Params["param"] == null ? "": Request.Para... 阅读全文
posted @ 2015-09-26 23:02 爱吃糖豆的猪 阅读(186) 评论(0) 推荐(0) 编辑