摘要: <?php$id = $_GET['id']; // 从请求参数中获取 id 的值$type = $_GET['type']; // 从请求参数中获取 type 的值 if ($id 'A' || $id 'C') { $profile = ($type 'ao') ? 'ao' : 'hd'; / 阅读全文
posted @ 2023-12-04 03:41 自学小天才 阅读(6528) 评论(0) 推荐(0) 编辑