得到的json数据中,某一项确实是string类型,但是使用dict[@"name"]之后,得到的是NSTaggedPointerString*类型。
解决办法
[dict[@"name"] mutableCopy];