摘要:
1、使用后台的类GridView绑定数据时解决文字过长问题,用于新文标题...效果首先,写一个抽象类,一个静态函数。public abstract class TStringOp{ public static string trunc(string inStr, int len) { if (inStr.Length > len) { inStr = inStr.Substring(0, l... 阅读全文
posted @ 2009-11-07 10:27
Oh,Yeah
阅读(564)
评论(0)
推荐(1)


浙公网安备 33010602011771号