0
点赞
收藏
分享

微信扫一扫

NSMutableData 清空


//NSMutableData 清空
[data resetBytesInRange:NSMakeRange(0, [data length])];
[data setLength:0];

举报

相关推荐

0 条评论