Back to catalog

uckkk /

dsh-url

Verified

@{name=dsh-url; version=0.1.0; description=URL 工具:解析 URL 为结构化成分,或用参数构造 URL; type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description

0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
READMESource: main@976ba5ac

dsh-url · URL 工具

解析 URL 为结构化成分,或用参数构造 URL。纯 Node 实现。

提供的工具

工具 作用
parse_url 解析 URL → 协议/主机/端口/路径/查询参数
build_url 用参数构造 URL

安装

dsh plugin add dsh-url

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-url"

用法示例

解析这个地址的查询参数
→ 调用 parse_url(url="https://a.com/p?x=1&y=2")
/ 5

No ratings yet

Community comments

No comments yet. Be the first to write one.