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.
我有一个使用 HTTP 发布请求向服务器发送数据的应用程序,如果您的互联网连接在发送数据两次的过程中变慢,是否有可能?
我的意思是您只发送一次数据,但由于互联网连接波动,它发送您的数据两次。刷新之类的东西。
提前致谢。
不,android 不会重新发送您的数据。如果有连接错误,则httpclient返回连接错误。除非您使用任何重新发送的 http 帮助程序,否则您必须自己发送数据两次。