/// /** * 获取的目标查询参数的值 * @param key 目标参数 * @returns 目标参数的值 */ declare function getUrlPar(key: string): string | null; export { getUrlPar };