1

当我有以下代码时:

NSString *shape = @"▲";
int _length = 3;

setCardContents = [shape stringByPaddingToLength:_length withString:shape startingAtIndex:0];

当我在上面的最后一行之后放置一个断点然后检查值 setCardContents 时,我在文本的末尾得到了一些奇怪的字符。

从调试: 调试的屏幕截图

4

0 回答 0