ERR_INVALID_TUPLE
提供给 WHATWG URLSearchParams
构造函数 的 iterable
中的元素不代表 [name, value]
元组 - 也就是说,如果一个元素不可迭代,或者不完全由两个元素组成。
¥An element in the iterable
provided to the WHATWG
URLSearchParams
constructor did not
represent a [name, value]
tuple – that is, if an element is not iterable, or
does not consist of exactly two elements.