问答详情
源自:8-11 Location对象

document.write(window.location.port); 为什么没有输出

document.write(window.location.port);  为什么没有输出

提问者:qq_漂流帝国_0 2016-01-24 10:38

个回答

  • nick5588
    2016-01-24 11:29:37

    因为你是在本地运行的,只能返回本机路径(pathname),不能返回端口(port).

  • 百公里慢跑iMeng
    2016-01-24 11:15:21

    document.write("window.location.port")