发送事件

在组件动作脚本类文件的正文中,您使用 dispatchEvent() 方法来广播事件。dispatchEvent() 方法的签名如下:

dispatchEvent(eventObj)

eventObj 参数是描述事件的事件对象(请参阅使用事件对象)。