模拟onclick事件执行。。。
<a onclick=this_onclick(this,event) href=#> click me </a>
如何用程序自动执行这个onclick事件?等待。。。
------解决方案--------------------
<a id= "aa " onclick=this_onclick(this,event) href=#> click me </a>
<script>
aa.onclick();
</script>
查询谷 - www.chaxungu.com
模拟onclick事件执行。该如何解决
编辑:chaxungu时间:2022-10-02 23:20:19分类:web开发