try{
typeof JSON.parse(responseParams) == "object" //如果json.parse报错,就走catch
}catch(e){
console.log(e)
return
}
try{
typeof JSON.parse(responseParams) == "object" //如果json.parse报错,就走catch
}catch(e){
console.log(e)
return
}