想实现 <a href=“https://www.baidu.com/”></a>这样的功能。
在小程序中怎么才能实现呢?求帮忙
https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html
navigator 或者 bindtap→wx.navigateTo
给想要的地方加上bindtap事件,后台写上对应事件跳转就行
写个点击事件