<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" fontSize="12">
<mx:ComboBox >
   <mx:dataProvider>
    {arr1}
   </mx:dataProvider>
</mx:ComboBox>
</mx:Application>

相关文章: