题目详情
单选题 AJAX 请求中,获取服务器返回的 JSON 格式响应,正确的处理方式是
A. JSON.stringify(xhr.responseText)
B. xhr.responseText.parseJSON()
C. xhr.responseJSON
D. JSON.parse(xhr.responseText)
学科:JavaScript+Jquery
时间:2025-12-11 02:58:44
相关题目
相关作业