日期:2014-05-16 浏览次数:20527 次
jQuery.ajax(
{
type: "post",
url: "Action.ashx",
//contentType: "application/x-www-form-urlencoded; charset=utf-8",
//contentType: "application/json; charset=utf-8",
//async: false, //是否ajax同步
dataType:"json",
data: {act:"getList"},
success: function (date){
}
});