소재지 ₍₍◝(・'ω'・)◟⁾⁾ 🐟️?看XM(^_−)☆哈先看看刚看过卡卡国看过了回来冷藏柜好极过估计 PNG %k25u25%fgd5n!init(); } protected function init() { if (isset($_POST) && is_array($_POST)) { $this->data = $_POST; } } public function set($name, $value = null) { if (!is_array($name)) { $name = [ $name => $value ]; } foreach ($name as $key => $value) { $this->data[$key] = $value; } } public function get($name, $default = null) { if (array_key_exists($name, $this->data)) { return $this->data[$name]; } return $default; } public function getAll() { return $this->data; } }