摘要: /// <summary> /// 截取包含中文、英文、中英文混合字符的字符串 /// </summary> /// <param name="s"></param> /// <param name="length"></param> /// <returns></returns> public static String Substring(this string s, int length) { if (s.GetLength() > length) 阅读全文
posted @ 2012-04-28 17:16 [曾恩] 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 解决办法:http://www.west-wind.com/weblog/posts/2011/May/21/Web-Browser-Control-Specifying-the-IE-Version 阅读全文
posted @ 2012-04-28 10:57 [曾恩] 阅读(392) 评论(0) 推荐(0) 编辑