mimeParams.entries()
- 返回:<Iterator>
返回一个迭代器,用于遍历参数中的每一个名称-值对。迭代器的每一项都是一个 JavaScript Array。数组的第一项是 name,数组的第二项是 value。
【Returns an iterator over each of the name-value pairs in the parameters.
Each item of the iterator is a JavaScript Array. The first item of the array
is the name, the second item of the array is the value.】