You could use the forEach method of URLSearchParams . Or convert it to an array using Array.from() (the spread operator would also work ...
確定! 回上一頁