URL
稳定性: 2 - 稳定的
¥Stability: 2 - Stable
源代码: lib/url.js
node:url
模块提供用于网址处理和解析的实用工具。可以使用以下方式访问它:
¥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');