const params = {foo:"Hi", bar:"there"} const queryString = new URLSearchParams(params).toString(); console.log(queryString);
確定! 回上一頁