在js 的成功回调函数中
$scope.addPhoto = function(file,e){
//成功的回调
e.target.value = ''; //置为空
}
原文链接:https://www.f2er.com/js/73973.html
在js 的成功回调函数中
$scope.addPhoto = function(file,e){
//成功的回调
e.target.value = ''; //置为空
}
原文链接:https://www.f2er.com/js/73973.html