webuploader上传返回值

uploader.on('uploadSuccess', function(file,response) {             alert(JSON.stringify(response));             console.log("file:",file);             console.log("response:",response);         });  
相关文章
相关标签/搜索