funcCFStringCreateWithBytesNoCopy(_alloc:CFAllocator!,_bytes:UnsafePointer<UInt8>!,_numBytes:CFIndex,_encoding:CFStringEncoding,_isExternalRepresentation:Bool,_contentsDeallocator:CFAllocator! ) ->CFString! Par
{// 第三位合法,判断第四位Byte byte4=bytes[++byteIndex];if(byte4>=(Byte)0x30&&byte4<=(Byte)0x39){//第四位可能合法unsignedchartuple[]={byte,byte2,byte3,byte4};CFStringRef cfstr=CFStringCreateWithBytes(kCFAllocatorDefault,tuple,4,kCFStringEncodingGB_18030_2000,false);if(cfstr){CFRelease(c...