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.
我有 3 个计时器可以访问和修改相同的资源(一个数组)。
有什么方法可以避免在 actionscript 中同时修改和访问数组?
谢谢,
您不必担心——AS3 是单线程的。