history对象:Contains information about the URLs visited by the client,即:该对象包含客户端访问过的URL信息。从dom层次图看,history是window对象的成员属性,你也可以认为history就是一个js对象。