首页 > 其他 > 详细

chorme type=file 延迟5-8秒

时间:2017-07-14 10:58:17      阅读:312      评论:0      收藏:0      [点我收藏+]

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

 

chorme type=file 延迟5-8秒

原文:http://www.cnblogs.com/cynthia-wuqian/p/7168910.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!