// 公用一个模板 if($route == 'thread' && $action == 'create') { $form_doctype = 2; } elseif($route == 'post' && $action == 'create') { $form_doctype = 2; }