我正在为wordpress解决方案创建一个移动应用程序,在研究wordpress rest api时,发现json模式的呈现方式存在问题;
/ wp-json / wp / v2 / posts显示所有帖子,但格式为
@RequestMapping("/contractor")
public Contractor contractor() {
Authentication auth = SecurityContextHolder.getContext().getAuthentication();
...
}
答案 0 :(得分:0)
首先,使用html标签获取json数据,然后
var StrippedString = OriginalString.replace(/(<([^>]+)>)/ig,"");
答案 1 :(得分:0)
.NET开发人员提示
在.NET中使用http://restsharp.org/调用API时,不需要对内容进行解析。