Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 YII2 中,我们如何为任何控制器/动作编写一个 urlManager 规则以接受任意数量的 get 参数。我试过 //* 但它没有用。我得到404页。任何帮助表示赞赏
我注意到目前必须扩展 UrlManager 的类,以便它可以接受这样的。