属性 | 说明 |
type | click |
actions | 事件发生后触发的相应动作,为Action的列表list |
<events> <event type="click"> <actions> <openURL url="$url" /> </actions> </event> </events>
Action类型列表
属性 | 说明 |
openURL | 使用webView打开一个链接 |
userTrack | 执行userTrack埋点 |
openMap | 打开地图 |
原文:https://www.cnblogs.com/tinyphp/p/13616104.html