其实和jsp调用js是一样的

mxml调用as

     <mx:Button x="100" y="84" label="AlertShow" click="button_Event.Alert_show('d')"/>
	
	<mx:Script>
		<![CDATA[
		    import AS.button_Event;
		]]>
	</mx:Script>

相关文章:

  • 2021-10-26
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-10-21
  • 2022-12-23
相关资源
相似解决方案