84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"zh_CN"]; NSString *strSymbol = [locale objectForKey:NSLocaleCurrencySymbol]; NSLog(@"%@",strSymbol);
在测试Demo中可以正常显示人民币符号. 在项目中用NSLog输出也可以正常显示,但是在手机中测试只显示一横 (人命币符号是两横),帮我推测一下大概是什么原因
认证高级PHP讲师
一横的和两横的RMB符号是同一个字符,在编码表中只对应同一个编码,只是不同字体显示效果不同
同一个字符
同一个编码
一横也是 人民币 符号,只是不同的字体不一样而已
一横的和两横的RMB符号是
同一个字符
,在编码表中只对应同一个编码
,只是不同字体显示效果不同一横也是 人民币 符号,只是不同的字体不一样而已