整理Python官网给的sample:https://docs.python.org/3/library/http.client.html
Continue readingAndroid作为客户端(client)对服务器(server)进行request操作,并从服务器中得到response。
这里主要使用HTTP来进行数据传输,request有GET和POST两种方式。
完整的项目:https://github.com/lijiancheng0614/android-NetworkConnect
Continue reading