public function edit_Q_zhanghaoguanli_info($id){
if(isset($id) && !empty($id)){
$qiuzhi = new AVQuery("_User");
$qiuzhi = $qiuzhi -> get($id);
$qiuzhi -> set('isTest',true);
$qiuzhi -> save();
echo "<script>window.location='/manage/get_Q_zhanghaoguanli_info';</script>";
return;
}
}
求救 这样写有错吗????
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
欢迎选择我的课程,让我们一起见证您的进步~~