We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,
app.get('/order/:type/:state', fn) app.param('type', handle1, handle2) app.param('state', handle3)
這部分
app.param('type', handle1, handle2)
是不是要改成
app.param('type', handle1) app.param('type', handle2)
會比較好?
因為我自己看程式碼裡面 應該沒辦法做到一次傳兩個handle 但不確定是不是我理解程式有誤 麻煩您解惑了 謝謝!
受益良多,謝謝
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,
這部分
是不是要改成
會比較好?
因為我自己看程式碼裡面
應該沒辦法做到一次傳兩個handle
但不確定是不是我理解程式有誤
麻煩您解惑了
謝謝!
受益良多,謝謝
The text was updated successfully, but these errors were encountered: