分享到:

汇总c#.net常用函数和方法集(二)

0 个评论
Mr. Wang's blog
21 、字串变量.Replace(“子字串”,”替换为”) 字串替换 如: string str=”中国”; str=str.Replace(“国”,”央”); //将国字换为央字 Response.Write(str); //输出结果为“中央” 再如:(这个非常实用) string str=”这是...
2011-07-30 / .NET问题 / 255 views浏览
阅读全文

汇总c#.net常用函数和方法集(一)

0 个评论
Mr. Wang's blog
1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 ...
2011-07-30 / .NET问题 / 231 views浏览
阅读全文


无觅相关文章插件,快速提升流量