url 网址
稳定性: 2 - 稳定
源代码: lib/url.js
node:url
模块提供用于网址处理和解析的实用工具。
可以使用以下方式访问它:
import url from 'node:url';
const url = require('node:url');
Stability: 2 - Stable
Source Code: lib/url.js
The node:url
module provides utilities for URL resolution and parsing. It can
be accessed using:
import url from 'node:url';
const url = require('node:url');