wwxinqq 您好,请问在laya里面,怎么实现以下功能? htxt = new HTMLDivElement();htxt.htmlText = "如有问题请点击这里";htxt.addEventListener(TextEvent.LINK, linkHandler); private function linkHandler(evt:TextEvent) : void { ************** }