ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
web-view 组件是一个可以用来承载网页的容器,会自动铺满整个小程序页面。个人类型与海外类型的小程序暂不支持使用。 详细api点击:[链接](https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html?search-key=webview) ~~~ <web-view src="{{src}}"></web-view> ~~~ ~~~ onLoad: function (options) { this.setData({ src:"https://movie.douban.com/subject/"+26425063 }) }, ~~~