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.
我们是否还需要包含 strophe.min.js 以使用带有 SOCKS5 字节流的流启动来传输 xmpp 文件?还是 strophe.js 就足够了?
它们是相同的代码。一种是为了性能而最小化(删除空格和换行符)。Stophe.js 用于帮助您进行调试,因为它更易于阅读。完成该步骤后,将其换成最小版本。
考虑使用 .min.js,因为它是库的缩小(压缩)版本,并且体积更小,下载速度更快。