urlObject.search
search 属性包括 URL 的整个“查询字符串”部分,包括开头的 ASCII 问号 (?) 字符。
🌐 The search property consists of the entire "query string" portion of the
URL, including the leading ASCII question mark (?) character.
例如:'?query=string'。
🌐 For example: '?query=string'.
不执行查询字符串的解码。
🌐 No decoding of the query string is performed.