js 模拟触发 按钮的 onclick
function ol(){ alert("yang"); } onload = function(){ var btn = document.getElementById("myBtn");...