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]];