<!doctype html><html><head>? ? <meta charset="UTF-8">? ? <title></title>? ? <script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script></head><body>? ? <input id="input" type="text" />? ? <button type="submit" onclick="submit()">提交</button>? ? <script>? ? function submit(){? ? ? ? alert('不能為空!');? ? ? ? $('#input').focus();? ? }? ? </script></body></html>其他常用瀏覽器正常,360瀏覽器只能輸入英文,去掉alert() 可以正常輸入,怎么解決?
360瀏覽器 alert之后獲取焦點(diǎn),不能切換中文
wendy_dan
2017-08-05 09:48:15