Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在前端工作,我们永远不会知道后端语言,所以我怎么知道来自后端的数据是 injson还是 intext或者 inhtml还是 in xml。我们没有权限或访问后端语言。
json
text
html
xml
有些语言在第一行或第二行声明了这一点……你为什么不直接阅读前几行或代码?
许多语言将允许您解析 XML,将其包装在 catch 中并不理想,但它会起作用。但是,您忽略了说明您使用的语言。
但是,可能值得商定一种格式,例如 XML,然后您可以对其进行反序列化?
您可以签Content-Type入Response Headers以了解响应数据类型。
Content-Type
Response Headers