首页 >> 文摘 >> ASP/ASP.NET

DataList 限制IP地址显示长度

采集日期:2008-4-20作者:quweijie(注:本数据由系统自动采集,内容与BHCODE无关)
cs 页 public string CutString1(string str, int length) { int i = 0, j = 0; foreach (char chr in str) { if ((int)chr > 127) { i += 2; } else { i++; } if (i > length) { str = str.Substring(0, j) + "*"; break; } j++; } return str; } 绑顶页
本周推荐
MORE
热点关注
MORE