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.
我用 AS3 在 flash 中创建了一个列表组件,我想检查是否有一个项目被选中。
如果是fl.controls.List那么if(list.selectedIndex != -1)
fl.controls.List
if(list.selectedIndex != -1)