SOURCE

console 命令行工具 X clear

                    
>
console
$('#test').on('change',function(){
  console.log(1)
})
<input id="test" type="file" />