postData = {"strIds":$("#orgid").val(),"userId":$("#userId").val()};

  现要动态传入参数,使用继承的方式$.extend(postData,{"tableName":'tab_add'})

---------------------------------------------------------------------------------------------------

PS: postData["tableName"] = 'tab_add';

      移除参数:delete postData["tableName"];

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-10-09
  • 2021-07-03
  • 2022-12-23
  • 2021-09-03
猜你喜欢
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
相关资源
相似解决方案