Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于我想将原始二进制流存储在 XML 文件的 CDATA 部分中,因此 3 个字符的 CDEnd 代码可能会错误地匹配我的二进制文件。
有什么方法可以更改 Flash 的 CDEnd 代码?我想要它 10 字符只是为了可靠性。
我不认为这是可能的。也许base64编码二进制而不是?