$.ajax({
                    type: "POST",
                    url: "frmUnfinishActivity.asmx/GetData",
                    data: "{strRoot:'"+root+"',strNode:'"+node+"',strChild:'"+child+"'}",
                    dataType: "json",
                    contentType: "application/json",
                    success: success,
                    error: error
                });有直接配置参数的吗?设置Content-Length长度,或者配置web.config