function setFormat($head, $format, $foot) { $this->head=$head; $this->format=$format; $this->foot=$foot; } function find($str, $isFirst=true) { for ($i=0;$i<36;$i++) { for ($j=0;$j<5;$j++) { $index=strstr($this->data[$i][$j], $str); if (!($index===fals...
www.dbjr.com.cn/article/1233...htm 2025-6-4