呼啦一阵风
确保使用正确的方法:发布/获取,正确的内容类型和正确的参数(数据)。$.ajax({
type: "POST",
url: "/ajax.asmx/GetNews",
data: "{Lang:'tr'}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (msg) { generateNews(msg); }})