First, we load the HTML document. To mimic jQuery, we use the $ variable. let title = $('title');. The selector returns the title ...
確定! 回上一頁