会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
359444066
博客园
首页
新随笔
联系
订阅
管理
2015年3月22日
C#操作符??和?:
摘要: 先看如下代码: string strParam = Request.Params["param"]; if ( strParam== null ) { strParam= ""; } string strParam= Request.Params["param"] == null ? "": Request.Params["param"]; 你发现,尽管实现的同一个功能,但第二段代...
阅读全文
posted @ 2015-03-22 11:18 359444066
阅读(6796)
评论(1)
推荐(1)
编辑
公告