Chrome移动端调试onclick事件失效,代码很简单
<body> <button id="button" onclick="test()">qush</button> <script> function test(){ var idb = document.getElementById('button'); idb.addEventListener('click',function(){ console.log('ddd'); },false) } </script></body>
慕尼黑8549860
相关分类