摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->' width="85px" height="50px" />//Eval("f_HotelPhoto")包含用 "||"分隔的图片地址 阅读全文
posted @ 2009-04-28 15:57 .NET钉子户 阅读(520) 评论(0) 推荐(0)
摘要: #region 截取字符 /// /// 截取字符 /// /// 要截取的字符串 /// 要截取的长度 /// 返回截取后的字符串 public static string CutStr(string Str, int StrLen) { if (Str != null && Convert.IsDBN... 阅读全文
posted @ 2009-04-28 15:53 .NET钉子户 阅读(438) 评论(0) 推荐(0)