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.
我正在使用JavaAPIForKml生成大型 KML 对象并将它们编组到文件中。
当输出达到一定大小时,我最终会丢失一个尖括号 ( <)。似乎有一个正在使用的缓冲区,并且一个错误导致字符被丢弃。
<
有没有人看到这个或知道如何解决它?
看起来生成的 KML 是完全有效的。我在查看源代码模式下使用 Chrome,似乎 Chrome 中的一个错误正在丢失字符。