$.ajax({
            type: "POST",
            dataType: "json",
            url: "http://www.goudiannao.com/do.aspx",
            data: { action: "AddData"},
            success: function(data) {
              
            },
            error: function() { showTips("请求删除技能失败"); }
        });

相关文章:

  • 2021-09-19
  • 2021-09-23
  • 2021-11-02
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
猜你喜欢
  • 2022-01-19
  • 2021-12-28
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
相关资源
相似解决方案