flow.php文件 elseif ($_REQUEST['step'] == 'clear') { $sql = "DELETE FROM " . $ecs->table('cart') . " WHERE session_id='" . SESS_ID . "'"; $db->query($sql); ecs_header("Location:cat.php/n");