企业🤖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 }) }, ~~~