object-c 如何拆分字符串:
NSString *aa=@"10,30,400,300";
NSArray *aa2=[aa componentsSeparatedByString:NSLocalizedString(@",", nil)];//以“,”将字符串拆分成数组