复制代码 代码如下:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="initApp()"
layout="absolute">
<mx:Script>
<![CDATA[
internal function initApp():void{
var str:String = "<a target='_blank' href='http://www.idceye.cn/'>草山狐随笔</a>";link.htmlText = str;
}
internal function openUrl():void{
navigateToURL(new URLRequest("http://www.idceye.cn/"), "_blank");
}]]>
</mx:Script>
<mx:Button x="72" y="117" label="草山狐随笔" fontSize="13"/>
<mx:Text text="idceye" x="72" y="47" fontSize="13"/>
</mx:Application>
(编辑:武林网)
新闻热点
疑难解答