Android post请求网络数据(json做为参数)

参数说明: //   path 请求路径json //   json  封装好的json数据,关于封装json数据的方法,最下面有。服务器 public static String JsonPost(final String path, final JSONObject json) { 网络 BufferedReader in = null; String result = ""; OutputS
相关文章
相关标签/搜索