tp5接收

浏览:500 发布日期:2017/09/07 分类:技术分享
if(Request()->isPost()){}//判断是否post传值
$login = Request::instance()->post(); //统一接收
$data['name'] = input('post.name'); //单独接收字段
最佳答案
评论( 相关
后面还有条评论,点击查看>>