loadData加载指定的数据 把接口返回的数据转成string即可。Web({ src: '', controller: this.controller }) .onControllerAttached(() => { this.controller.loadData(this.webContent, "text/html", "UTF-8", 'xxx') })
loadData加载指定的数据 把接口返回的数据转成string即可。