摘要:
"),"<","255 Then t=t+2 Else t=t+1 End If If t>=strlen Then cutstr=Left(str,i) & "..." Exit For Else cutstr=str End If Next cutstr=Replace(Replace(Replace(... 阅读全文
摘要:
namespace Solog.Common{ /// /// 一些操作函数 /// public class function { public static bool IsNumberic(string oText) { try { int var1 = Co... 阅读全文