| #909 | |
| #910 | //控制器 |
| #911 | if(isset($uarr[0])) { |
| #912 | $_GET['control'] = empty($uarr[0]) ? 'index': strtolower($uarr[0]); |
| #913 | array_shift($uarr); |
| #914 | } |
| #915 | |
| #916 | //方法 |
| #917 | if(isset($uarr[0])) { |
| #918 | $_GET['action'] = empty($uarr[0]) ? 'index': strtolower($uarr[0]); |