文件名称:快速解析和匹配网址-JavaScript开发
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-14 19:13:25
JavaScript Miscellaneous
matchit快速解析和匹配URL Install $ npm install --save matchit用法const {exec,match,parse} = require('matchit'); parse('/ foo /:bar /:baz?'); // => [// => {old:'/ foo /:bar matchit快速解析和匹配URL Install $ npm install --save matchit用法const {exec,match,parse} = require('matchit'); parse('/ foo /:bar /:baz?'); // => [// => {old:'/ foo /:bar',type:0,val:'foo'},// => {old:'/ foo /:bar',type:1, val:'bar'},// => {old:'/ foo /:bar',类型:3,val:'baz'} // =>] const route = ['/','/ foo', 'bar','/ baz','/baz/:title','/bat/*
【文件预览】:
matchit-master
----.gitignore(49B)
----package.json(869B)
----src()
--------index.js(2KB)
----.travis.yml(39B)
----bench()
--------package.json(117B)
--------index.js(4KB)
----readme.md(4KB)
----license.md(1KB)
----test()
--------index.js(10KB)
----.editorconfig(185B)
----index.d.ts(283B)