本文共 369 字,大约阅读时间需要 1 分钟。
package com.waylau.eagleos.components{ import spark.components.Label; public class LinkButton extends Label { public function LinkButton() { super(); this.useHandCursor = true ; this.buttonMode = true ; this.mouseChildren = false ; this.setStyle("textDecoration","underline"); } }}
转载地址:http://mkdoa.baihongyu.com/