且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

包含前导斜杠的codeigniter网址段

更新时间:2023-11-27 13:11:40

CodeIgniter将其余的作为附加参数传递。您可以指定其他参数(如果数字是固定的),也可以使用:

CodeIgniter passes the rest of them as additional arguments. You can either specify the additional arguments (if the number is fixed) or use:

implode('/', func_get_args())

以获取整个字符串