在WebApi中返回一个JSON格式的数据,怎么到客户端就变了?在
public class APIController : ApiController{public dynamic Post(){ string m = "{"total": 17,"page": 1,"records": 17,"rows": [{"id":1, "cell":[ 1,"FG001","SFG001",1.000000,"2013-04-02 0:00:00"]} ]}"; return m;}}