/**
  * 销毁连接对象,关闭数据库
  */
 public static function close()
 {
     self::$link = null;
 }