go搭建的服务器 局域网内和本机ip都无法访问

XiaoZhangJian · · 4975 次点击
本机ip :端口。 你哪块也好使? 局域网内ip能ping通
#4
更多评论
http.ListenAndServe("0.0.0.0:8000", nil) 换成 http.ListenAndServe(":8000", nil) }
#1
不好使,我都试过了 这两种方式
#2