GetEncoding ("Big5").GetBytes(str.ToString()); // 如果字串長度只有1Byte,則是ASCII if (bytes.Length <= 1) { return false; } else { byte byte1 ...
確定! 回上一頁