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.
我想知道如果我从编辑器修改系列颜色,是否会触发任何事件,或者我们如何知道用户更改了哪个条形颜色。
没有事件。我能想到的唯一方法是在打开编辑器之前将颜色数组存储在一个时间变量中,并在用户关闭它时将其与颜色数组进行比较。