摘要:
1 /// 2 /// 转为日期格式3 /// 4 /// 时间5 /// 6 public static string ToDateString(this DateTime dateTime)7 ... 阅读全文
posted @ 2015-01-27 17:49
Tauren
阅读(214)
评论(0)
推荐(0)
摘要:
最近的项目是给手机app 提供方法。因此 此方法可以进行接口测试 1 static class HttpClient 2 { 3 static CookieContainer cookies = new CookieContainer(); 4 public ... 阅读全文
posted @ 2015-01-27 17:38
Tauren
阅读(890)
评论(0)
推荐(0)