JQuery post request with Express error handling

前端 未结 0 799
隐瞒了意图╮
隐瞒了意图╮ 2021-02-12 13:29

I am making the following request in the front-end with jquery:

  try {
    await $.post("/test", data, () => {
      console.log("received"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题