The child of this <title> element is the text within the tags. So console.log($('title')[0].children[0].data); will log the title of the web ...
確定! 回上一頁