NSArray *temp = [TagItemInfo tagItemsArray:JSON];
if (temp.count == 0) {
[self showToast:@"未找到匹配的数据!"];
return ;
}
tagsInfoArray = [TagItemInfo tagItemsArray:JSON];
NSArray *temp = [TagItemInfo tagItemsArray:JSON];
if (temp.count == 0) {
[self showToast:@"未找到匹配的数据!"];
return ;
}
tagsInfoArray = [TagItemInfo tagItemsArray:JSON];
转载于:https://www.cnblogs.com/guligei/p/3306987.html