是2个字符串的变量吗?children+curr
Response.Write(JsonHelper.JsonSerializer(string.Format("{0}{1}",children,curr));
Response.Write(JsonHelper.JsonSerializer(string.Format("{0}{1}{2}"children,curr,homework))); 后面的报错啊!
@水嫩小白菜: 你的JsonSerializer是string参数吗?贴代码啊?
重载children的“+”方法
这么蛋疼,传 的是什么值嘛
children和curr分别是什么类型的变量,要是int你需要(children+curr).Tostring(),要是其他的自定义类就需要重写+运算符