避免unicode字符被截断的方法
摘要:这里的str.length = 8,因为字符串是unicode格式,一个字符是4个字节组合表示的。 NSString *strB = [self utf8ToUnicode:str]; 将中文转成unicode形式,strB = @"\ud83d\udc74\ud83c\udffb\ud83d\ud
阅读全文
posted @
2018-09-27 11:59
技术大白
阅读(757)
推荐(0)
Xcode account登录不上去
摘要:xcode account登录不上去sign apple id -> this action could not be completed. try again 执行命令后完美解决
阅读全文
posted @
2018-09-17 15:31
技术大白
阅读(1572)
推荐(0)