iOS 相同字符串地址

    NSArray *helloWorld = @[@"world",@"hello"];
    NSString *hello_Constant = @"hello";
    NSString *helloFConstant = [NSString stringWithFormat:@"hello"];
    NSString *helloFormate1  = [NSString stringWithFormat:@"%@",hello_Constant];
    NSString *helloFormate2  =[NSString stringWithFormat:@"%@llo",@"he"];

  

 

posted on 2015-04-10 23:44  永远的冰蝴蝶  阅读(334)  评论(0)    收藏  举报

导航