ZHK1024
ZHK1024
Parsing may fail if the XML contains some control characters, such as 28 in ASCII. Filter out all control characters except \n \t \r before parsing the XML.
When the control character is included in the XML, the parsing will fail. Need to filter out the control characters before parsing.
**Bug 表现** 引入 `QMUIKit` 的项目会导致 `run` 的时候第一次可以正常跑起来, 在模拟器上如果不手动杀掉 app 的话, 直接使用 xcode 运行第二次就会无响应, app 不会重启(正常 app 会重新启动), 接下来 app 的就黑屏了, 只能重启模拟器. 这个问题 xcode14 的时候就有了, 当时我以为是 xcode 的 bug 一直用到现在, 最近发现新建的项目不会有这个问题,...