我有一个 ajaxpost 以 json 形式返回响应,我想显示消息
{ "message" : "100.10.10.100:18080_: SERVICE_UNAVAILABLE NoSuchElementException. Please fix it. there might be otehr reason, and need to address it, or call, incorrect username/password-username/port?. " }
我怎样才能得到json的值?我使用了以下但消息未定义,获取 json 对象的其他方法是什么
var Message = Obj.response; //Obj.response equals to the json above.