$('#myFile').change(function())没有被调用
$('#myFile').change(function(){
console.log('hello');
$('#previewImg').attr('src','file:///'+$('#myFile').val());
});
$('#myFile').change(function(){
console.log('hello');
$('#previewImg').attr('src','file:///'+$('#myFile').val());
});
2016-11-23
举报