向string,int,类对象等中扩展方法
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication1 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 string s = "sss";13 s.Res();14 /**************... 阅读全文
posted @ 2013-05-29 09:28 程序猴chengxuhou.com 阅读(496) 评论(0) 推荐(0)
浙公网安备 33010602011771号