location.search will be “?id=123456&name=amy”. Then we use the substring function to get rid of the question mark and then split the string into an array of ...
確定! 回上一頁