【发布时间】:2021-05-05 16:06:10
【问题描述】:
MyString = "CfegoAsZEM/sP\u{10}\u{10}}"
MyString.replacingOccurrences(of: "\"", with: "")
使用 print(MyString) 我得到了这个:"CfegoAsZEM/sP"(这就是我需要的)
使用 po MyString(在调试器上):"CfegoAsZEM/sP\u{10}\u{10}}"
【问题讨论】:
标签: ios swift objective-c xcode