打印NSString中的%与""

NSLog(@"%@",@"hello\"您好\",100%%");

输出结果为:hello"您好",100%

你可能感兴趣的:(打印NSString中的%与"")