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.
试试这个,你会注意到第一个带有冒号的数据丢失了。为什么以及如何解决这个问题?
trace("1"+":"+"2"+":"+"3"+":"+"4")
FlashDevelop 的输出面板匹配第一个数字,后跟冒号(即。/^[0-9]:/)用于输出着色。不同的数字将用不同的颜色为线条着色。
目前没有办法阻止这种行为,但是跟踪的信息仍然存在,您可以使用 FlashDevelop LogViewer(请参阅工具菜单)完全查看它。