摘要:
//// /// 桁数(byte)で文字列の一部を返す /// /// 文字列 /// 桁数 /// 文字列 public static string Splite(string str, int limLength) { // 1. 文字列の桁数(BYTE単位)は引数桁数より小さい場合、リターンする。 int MaxLength = GetByteLength(str... 阅读全文
posted @ 2005-11-13 23:05
BlueShell
阅读(511)
评论(0)
推荐(0)
浙公网安备 33010602011771号