3 if (GetOEMCP() == 950) 4 { 5 //如果爲繁體系統,不用轉換 6 return usString; 7 } 8 //預分配空間 9 int length = usString.Length() * 2;
確定! 回上一頁