CMUnicode 超级实用的分类:Xcode打印的Unicode编码转变为中文 #安装&使用 将分类拖入程序即可 *使用前 { success = "\U767b\U5f55\U6210\U529f"; } *使用后 { success = "登录成功"; }