现在的位置: 首页 > 综合 > 正文

jquery ajax post 提交模板

2012年04月29日 ⁄ 综合 ⁄ 共 266字 ⁄ 字号 评论关闭
 $.ajax({
            type: "POST",
            dataType: "json",
            url: "http://www.goudiannao.com/do.aspx",
            data: { action: "AddData"},
            success: function(data) {
              
            },
            error: function() { showTips("请求删除技能失败"); }
        });

抱歉!评论已关闭.