location.host 与 location.hostname 非常的相似,但二者的区别在与是否得到或设置 URL 中的端口上。如果要得到或设置 URL 端口号,请使用 location.host 属性。当 URL 为默认的 80 端口是,二者在表现上一样的。
0