文件名称:url-relation:确定两个URL之间的关系
文件大小:41KB
文件格式:ZIP
更新时间:2024-05-28 05:24:37
nodejs url whatwg JavaScript
网址关系 确定两个之间的关系。 安装 >= 14 。 要安装,请在命令行中输入以下命令: npm install url-relation 用法 URLRelation.match(url1, url2[, options]) const URLRelation = require ( 'url-relation' ) ; const url1 = new URL ( 'http://domain.com/' ) ; const url2 = new URL ( 'http://domain.com/#hash' ) ; const options = { components : [ URLRelation . HASH ] , ignoreComponents : true } ; if ( URLRelation . match ( url1 , url2 , opt
【文件预览】:
url-relation-main
----.travis.yml(62B)
----package.json(2KB)
----test()
--------URLRelation.js(29KB)
--------excludeComponents.js(6KB)
--------helpers()
----LICENSE(1KB)
----.gitignore(51B)
----lib()
--------index.js(8KB)
--------profiles.js(1KB)
--------excludeComponents.js(2KB)
--------components.js(1016B)
----README.md(9KB)