We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
url模块用于处理与解析URL,url模块提供两套API来处理URL:一个是旧版本遗留的API,一个是实现WHATWG标准的新的API,两者的区别如下:
url.parse()
new URL()
URLSearchParams
The text was updated successfully, but these errors were encountered:
No branches or pull requests
url模块用于处理与解析URL,url模块提供两套API来处理URL:一个是旧版本遗留的API,一个是实现WHATWG标准的新的API,两者的区别如下:
url.parse()
new URL()
文档部分
URLSearchParams
类的实例The text was updated successfully, but these errors were encountered: