我试图在运行时获取特定数量的心形字符,使用以下代码:NSString*glyph=@"❤︎";NSString*padded=[@""stringByPaddingToLength:4withString:glyphstartingAtIndex:0];NSLog(@"glyph=%@,padded=%@",glyph,padded);产生这个输出:2014-01-2620:04:57.962Machismo[31073:70b]glyph=❤︎,padded=❤︎❤︎除心形(❤︎)之外,我尝试过的所有其他字符都产生了预期的结果(在本例中为四颗心形字符串)。我可以使用其他技术来获得我想