Top > NSMutableString
[[NSObject]]

- [[NSString]]

- 文字列の末尾に文字列を追加する(連結・結合)
--  http://www.objectivec-iphone.com/foundation/NSString/stringByAppendingString.html
 NSString => stringByAppendingString:
 NSMutableString => appendString:

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes