赞
踩
目录
这是返回类型不匹配,修改JSONObject为String。
public String uploadTempMaterial(String accessToken, String type, String fileUrl)
public class weixinUpload
||一个为真,结果为真,&&一个为假,结果为真
- @Test
- public void fuhao(){
- int a = 1;
- int b = 2;
- int c = 1;
- int d = 1;
- if(!(a==b) || !(c==d)){
- System.out.println("1成立");
- }
- if(!(a==b) && !(c==d)){
- System.out.println("2成立");
- }
- }
解析对象
- import net.sf.json.JSONObject;
- JSONObject resultJSON = JSONObject.fromObject(result);
- import com.alibaba.fastjson.JSONObject;
- JSONObject jsonObj =JSONObject.parseObject(result);
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。