标签: xcode4.6
当我有以下代码时:
NSString *shape = @"▲"; int _length = 3; setCardContents = [shape stringByPaddingToLength:_length withString:shape startingAtIndex:0];
当我在上一行之后放置一个断点然后检查值setCardContents时,我在文本的末尾会得到一些奇怪的字符。
来自调试: