首頁 > 問答 > 主體
ie8下, 使用jquery1.12.4 監聽 change事件 <input type="file" id="logo"/> 無法取得值。
<input type="file" id="logo"/>
$('#logo').on('change', function () { var files = $(this).prop('files'); console.log(files); // undefined });
我想大声告诉你2017-05-19 10:18:37
直接 this.files 試試