C#截取特定长度的字符串
C#截取特定长度的字符串 截取特定长度字符串,不够用...代替 //截取特定长度字符串,不够用...代替
public static string getStr2(string s, int l, string endStr)
