tinyRouter:用于单页应用程序的小型路由器

时间:2024-03-07 10:27:59
【文件属性】:

文件名称:tinyRouter:用于单页应用程序的小型路由器

文件大小:2KB

文件格式:ZIP

更新时间:2024-03-07 10:27:59

JavaScript

tinyRouter 适用于单页应用程序的小型路由器 例子1 const router = new Router ( { "/home" : function ( ) { console . log ( "/home" ) } , "/about" : function ( ) { console . log ( "/about" ) } } ) 例子2 const router = new Router ( ) router . get ( "/home" , function ( ) { console . log ( "/home" ) } ) . get ( "/about" , function ( ) { console . log ( "/about" ) } ) . init ( )


【文件预览】:
tinyRouter-master
----README.md(414B)
----tinyrouter.min.js(452B)
----LICENSE(1KB)
----tinyrouter.js(700B)

网友评论