chorme type=file 延迟5-8秒

原文地址: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>

 

posted @ 2017-07-14 10:49  Cynthia娆墨旧染  阅读(225)  评论(0编辑  收藏  举报