Example #1
0
 /**
  * 导入宏内容
  */
 public static function import($body)
 {
     if (empty($body)) {
         return [];
     }
     $self = new self($body);
     $self->parse_macro();
     return $self->macros;
 }