如何使用JavaScript获取HTML页面的标题?
用途document.title:
document.title
console.log(document.title) <title>Title test</title>