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.
如果我正在使用 3g 下载东西。那时,如果我从 3g 切换到 WiFi,正在进行的下载会发生什么情况。他们会打断吗?如果它们被中断,如何解决这个问题?
它现在会中断这种类型的事情,你应该只需要等待连接。如果是,您可以检查下载是否完成。
我认为您的代码中还有另一个问题。
如果您先关闭 3g 再启用 wifi,则在切换期间由于数据连接丢失,下载会中断。
但是,如果您先打开 wifi 并假设您立即连接到 wifi 网络,然后您断开 3g,那么它没有问题..