HTML:
<button id="b0">按钮</button>



JavaScript:
document.getElementById("b0").click();  // js模拟单击