获取参数 false
来源:2-2 用户类API-实现用户注册API、登录API

一朵大白天
2018-02-02
$name = $this->getRequest()->getPost("name",FALSE);
$pwd = $this->getRequest()->getPost("pwd",FALSE);
getPost("name",FALSE); FALSE 第二个参数撒意思? 有什么用处手册里没有找到
写回答
1回答
-
一朵大白天
提问者
2018-02-03
我知道撒意思了 咳 ~
10
相似问题