【发布时间】:2023-03-22 06:00:02
【问题描述】:
我有 .asmx 网络服务和方法。但我不确定是否返回 json。
它会以 Json 的形式返回吗?
<string xmlns="http://tempuri.org/">
{ "Table": [ { "Key1": "x", "Key2": "x", "Key3": "Ads" } ], "Key4": [ { "Key41": "30", "Key42": "12", "Key43": "1" } ], "Key5": [ { "Key51": "10.4.2017 00:00:00" } ] }
</string>
所以方法结果页面在顶部写入该文本:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
我可以将这些数据作为 json 获取吗?
【问题讨论】: