$yinghua = new Typecho_Widget_Helper_Form_Element_Select('yinghua',array(0=>'不开启',1=>'开启'),0,'樱花');$form->addInput($yinghua);
在 null 上调用成员函数 addInput()
$form从那里来的?如果是要调用$yinghua这个对象上的放法是这么写:$form = $yinghua->addInput();
$form 好像这个是空