If you want to add the onload event on a div, you cannot, but you can add onkeydown and trigger the onkeydown event on document load. <div onkeydown="setCss();"> ...
確定! 回上一頁