tp5 input和param的使用 小技巧


2者是有区别的,param是不管get或post都获取,

input函数 是可以指定的 input('post.) 这样只获取post请求 过滤掉url的参数  

很实用的

相关