Open PaulChess opened 3 years ago
发起请求后,会得到以下信息:
{
input: { size: 62182, type: 'image/jpeg' },
output: {
size: 20213,
type: 'image/jpeg',
width: 260,
height: 260,
ratio: 0.3251,
url: 'https://tinypng.com/web/output/86h65gc7t8w20vfm6b7u5r1dv12j41b0'
}
}
使用new URL()对上述返回的url进行包装,可得到如下信息:
URL {
href: 'https://tinypng.com/web/output/86h65gc7t8w20vfm6b7u5r1dv12j41b0',
origin: 'https://tinypng.com',
protocol: 'https:',
username: '',
password: '',
host: 'tinypng.com',
hostname: 'tinypng.com',
port: '',
pathname: '/web/output/86h65gc7t8w20vfm6b7u5r1dv12j41b0',
search: '',
searchParams: URLSearchParams {},
hash: ''
}