【发布时间】:2019-10-10 16:17:52
【问题描述】:
Ext js 和cordova 插件使用此代码
console.log(getBgPicture);
正确编码的图像。
setBodyStyle('background:url("'+'data:image/jpeg;base64,'+getBgPicture +'") no-repeat center; background-size: cover');
执行时会报这个错误
app.js:1 GET data:image/jpeg net::ERR_INVALID_URL
我尝试了很多方法。如果有人知道,请告诉我。提前致谢
【问题讨论】:
标签: javascript css cordova extjs encode