isGet
isPost
isPut
isDelete
isHead
方法是
if($this->isGet)
{
same function;
}
还有一个是 是否为 ajax方法
isAjax
如果非jquery的话,要在表示加入一个隐藏的 名为 ajax字段.才可生效
标签:function,same,ajax,3.0,isAjax,isGet,php,Think From: https://blog.51cto.com/drennetwork/5874822
isGet
isPost
isPut
isDelete
isHead
方法是
if($this->isGet)
{
same function;
}
还有一个是 是否为 ajax方法
isAjax
如果非jquery的话,要在表示加入一个隐藏的 名为 ajax字段.才可生效
标签:function,same,ajax,3.0,isAjax,isGet,php,Think From: https://blog.51cto.com/drennetwork/5874822