如何让webservice输出json格式

2024年12月04日 23:50
有1个网友回答
网友(1):

在ajax 定义返回数据类型,
dataType: 'json',
在webservice中返回json数据格式,webservice默认应该返回HMTL格式。