原来是写在change事件中,而且第二个参数必须要这样写: //第二个参数必须要加new Date().getTime()才能实时读写 var file = new File([files[0]], new Date().getTime() + "_pic.jpg", { type: files[0].type });
原来是写在
change
事件中,而且第二个参数必须要这样写: