The Fetch API is intended to make GET requests easy, but it is able to POST as well. let data = {element: "barium"}; fetch("/post/data/here", ...
確定! 回上一頁