2012年5月12日 星期六

NSString

Init:
    NSString *str1 = [NSString alloc];
    NSString *str2 = @"this is string";