if($Data->execute('DROP TABLE IF EXISTS `think_form`;')){ $this->data .='<br>删除think_form完成</br>'; }else{ $this->data .='<br>删除think_form失败</br>'; }