Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在端口 8080 而不是 HTTP (80) 上提供 JS(基本上是静态内容 - css、js 和图像)是一种不好的做法吗?如果是这样,为什么?如果没有,有什么优势吗?
80 是标准的 http 端口,大多数防火墙都配置为允许到此端口的流量。任何其他端口可能需要在防火墙中配置的特定端口权限。