如何显示ajax responseText?

时间:2016-03-11 12:51:54

标签: javascript jquery ajax xmlhttprequest

嗨朋友我怎么才能得到这里的主要信息是显示我的j44?

delete delTable 
  from table delTable 
  join table hasValue
        on delTable.EXTPERSON is null 
       and hasValue.EXTPERSON is not null 
       and delTable.DIVISION = hasValue.DIVISION

.append()

1 个答案:

答案 0 :(得分:0)

制作

error: function (xhr, status, errorThrown) {
   alert(JSON.parse(xhr.responseText).category[0]);
}