document.write(window.location.port); 为什么没有输出
因为你是在本地运行的,只能返回本机路径(pathname),不能返回端口(port).
document.write("window.location.port")