chorme type=file 延迟5-8秒时间:2023-03-09 03:31:16 原文地址:http://www.piaoyi.org/computer/Google-Chrome-input-file-delay-3-5.html 原先写法: <button type="file" accept="image/*"></button> 改为: <button type="file" accept="image/jpeg,image/gif,image/png"></button>