mimeParams.get(name)


  • name <string>
  • 返回值:<string> | <null> 字符串,如果没有与给定 name 对应的名称-值对,则返回 null

返回名称为 name 的第一个名称-值对的值。如果没有这样的对,则返回 null

【Returns the value of the first name-value pair whose name is name. If there are no such pairs, null is returned.】