摘要: #import int main(int argc, const char * argv[]) { char *s = "Hello"; //C - > OC NSString * str1 = [[NSString alloc] initWithUTF8String:s]; //OC ->... 阅读全文
posted @ 2015-08-10 20:40 孔凡凯凯 阅读(1482) 评论(0) 推荐(0) 编辑