使用web-view標簽實現在小程序中嵌入html網頁
如:
<web-view src="https://www.baidu.com"></web-view>
使用微信小程序正式號時,需要將html信息的鏈接地址加入到微信小程序的業務域名中。