#import <Foundation/Foundation.h> int main(){ NSString *str = @"yj==="; printf("yj:%s\n",[str UTF8String]); return 1; }