设置页面标题的方法:1、使用“document.getElementsByTagName("title")[0].innerText=需要设置的值;”语句;2、使用“document.title = 需要设置的值;”语句