PHP完全自学手册(珍藏版) 中文pdf扫描版下载
- public function actionDelete() {
- if (Yii::$app->request->isAjax) {
- // request is ajax request
- }
- else {
- // not ajax request
- // for example redirect
- }
- }
转载请注明:谷谷点程序 » yii2判断是不是ajax提交
- public function actionDelete() {
- if (Yii::$app->request->isAjax) {
- // request is ajax request
- }
- else {
- // not ajax request
- // for example redirect
- }
- }
转载请注明:谷谷点程序 » yii2判断是不是ajax提交