You read/set parameters through the get(KEY) , set(KEY, VALUE) , append(KEY, VALUE) API. You can also iterate over all values for (let p of params) {} . A ...
確定! 回上一頁