join url path
(string | URL): url string or URL
Rest
(string | URL): relative paths
joined raw url
import * as url from 'url'const base = url.parse('https://xxx.com')url.join(base, '/hello') Copy
import * as url from 'url'const base = url.parse('https://xxx.com')url.join(base, '/hello')
join url path