能不能用一个int类型的构造nsindexpath_百度知道
最佳答案: :NSIndexPath *p = ... // some indexpath 然后NSInteger row = p.row; NSInteger section = p.section; 这就是全部! 2. 也许,这是可以帮你...
能不能 用一个 int 类型的 构造 NSIndexPath_百度知道
最佳答案: :NSIndexPath*p=//someindexpath然后NSIntegerrow=p.row;NSIntegersection=p.section;这就是全部!2.也许,这是可以帮你NSIntegervariable=indexPath.row;3...更多关于能不能 用一个 int 类型的 构造 NSIndexPath?的问题>>