Example 1: javascript send post request let data = {element: "barium"}; fetch("/post/data/here", { method: "POST", body: JSON.stringify(data) }).then(res ...
確定! 回上一頁