Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望这个 url 给出我想要的子类别,如果用户给出类似的测试,那么这是 id,我想通过这个 url,以便它应该给出包含 id 1 的记录。
test="1"; NSArray *tempArray =[[DataController staticVersion] startParsing:@"http://www.celeritas-solutions.com/pah_brd_v1/productivo/getSubCategory.php"];
你想要这样吗?
NSArray *tempArray =[[DataController staticVersion] startParsing:[NSString stringWithFormat:@"http://www.celeritas-solutions.com/pah_brd_v1/productivo/getSubCategory.php?test=%@",test]];