扫码关注官方订阅号
如题,javascript运行里边的挂起是什意思?有什么好的理解说明?
走同样的路,发现不同的人生
就是之前触发的函数设为null,要是需要的时候重新挂上,比如挂起document.getElementByID("demo").onclick=null,挂上document.getElementByID("demo").onclick=function(){............}
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
就是之前触发的函数设为null,要是需要的时候重新挂上,比如挂起document.getElementByID("demo").onclick=null,挂上document.getElementByID("demo").onclick=function(){............}