IOS 调用摄像头拍照的问题。IOS环境下 img.onload 事件不执行啊,这下是我的代码,请问!感激
//这里path 是拍照返回的图片路径
function file_img(path){
var img = new Image();
img.src = path;
img.onload = function () {
console.log('没有执行 img.onload ');
console.log("--2");
var that = this;
//生成比例
var w = that.width,
h = that.height,
.............................
雷斯巴能 (作者)
Ok ,根据你的问题解决啦。多谢,哈哈
2016-12-11 12:35