摘要: 查了好一会资料,发现keyup事件在ios系统下存在不兼容问题,解决的方法是通过 html5的 oninput事件来实现,代码如下; <input id="input" type="text" /> document.querySelector('#input').addEventListener( 阅读全文
posted @ 2019-11-12 19:18 雨殇丶 阅读(1273) 评论(0) 推荐(0)