文件名称:parse-path:解析路径(本地路径、url
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-18 02:47:18
hacktoberfest JavaScript
解析路径 解析路径(本地路径,urls:ssh/git/etc) :cloud: 安装 # Using npm npm install --save parse-path # Using yarn yarn add parse-path :clipboard: 例子 // Dependencies const parsePath = require ( "parse-path" ) console . log ( parsePath ( "http://ionicabizau.net/blog" ) ) // { protocols: [ 'http' ], // protocol: 'http', // port: null, // resource: 'ionicabizau.net', // user: '', // pathname: '/blog', // hash: '',
【文件预览】:
parse-path-master
----DOCUMENTATION.md(803B)
----lib()
--------index.js(4KB)
----CONTRIBUTING.md(3KB)
----.travis.yml(45B)
----example()
--------index.js(1KB)
----LICENSE(1KB)
----test()
--------index.js(4KB)
----README.md(7KB)
----.gitignore(80B)
----package.json(1KB)