一些常用的资料
https://www.cnblogs.com/huang-yc/p/9774287.html
if (responseCode.code === 200) {
tests['sssss'] = true;
}
else{
tests['sssss'] = false;
}
if (responseCode.code === 200) {
var jsondata = JSON.parse(responseBody);
if (jsondata.code === '200'){
tests['aaaa'] = true;
}else{
tests['aaaa'] = false;
}
}
else{
tests['aaaa'] = false;
}