想自己做乙個自定義的路由功能,比如:
localhost:3000/student
localhost:3000/student/1000886
localhost:3000/student/100332/456886
localhost:3000/student/100332/456886/7788443
宣告一下,本人新手~學習中,,,
想要通過正則把url後面的:/student/100332/456886/7788443,這個裡面的:student,100332,456886,7788443,動態匹配出來,可能只有一級(/student),也可能有兩級(/student/1000886),也可能有**,,四級,,,,
寫的測試**如下:
但是得到的結果確讓我百思不得其解:
array(3)
0: "/student/100312"
1: "/100312"
2: "2"
groups: undefined
index: 0
input: "/student/100312"
length: 3
__proto__: array(0)
看能不能有哪位大師指點一下!不勝感謝! 請大家幫忙檢查一下哦
huitudlg.cpp d work 12 13 huitu huitudlg.cpp 258 error c2601 onselchangelist1 local function definitions are illegal d work 12 13 huitu huitudlg.cpp 2...
有個思路問題,哪位哥哥幫幫忙指點一下
有個思路問題,哪位哥哥幫幫忙指點一下.delphi windows sdk api 我在做訂單管理和發貨單管理時,遇到個問題,因為在發貨單裡包括了客戶資訊,訂單詳細資訊等,是相聯到了客戶表,訂單表,而訂單表又分為表頭資訊表和表體資訊表,訂單的表頭里也包括客戶資訊,我要如何執行發貨單的新增和修改操作呢...
請幫忙看一下這幾個關於泛型的問題
1.b 普通集合類是不是可以直接轉換為泛型的集合類?b 好象是可以,因為以下 可以正常執行 code public static void main string args code 2.b 以下 中public後的那個作何解釋 b 好象去掉也是可以執行的。code public listgetal...