摘要: // 防止页面放大<meta content="yes" name="apple-mobile-web-app-capable"><meta name="viewport" content="width=device-width,height=device-height,initial-scale= 阅读全文
posted @ 2021-08-03 15:01 未几 阅读(219) 评论(0) 推荐(0)
摘要: 想把软键盘的换行换成搜索只需一步,在input标签外套上一个form表单即可 <form action=""> <input type="text" name="" placeholder="搜索" οnclick="clInput()" autofocus="autofocus" </form> 阅读全文
posted @ 2021-08-03 14:54 未几 阅读(161) 评论(0) 推荐(0)