The standard JavaScript method for achieving this is to give our HTML element an id and have JavaScript locate it using document.getElementById('someId') .
確定! 回上一頁