使用xmlHttpRequests
给出以下内容作为响应
https://siteurl/wp-json/wp/v2/knowledge_base?_embed&doc_type[types]=guide
然后我将如何在Javascript文件中进行处理?例如检索message的值。
我尝试过
res.json({
status:false,
message:"Username and password do not match"
});
但这给了我意外的JSON输入错误消息