作者 刘锟

update

... ... @@ -131,7 +131,7 @@ class ProjectImport extends Command
}
//判断编码格式
function get_code_type($file)
protected function get_code_type($file)
{
$list = array('GBK', 'UTF-8');
$str = file_get_contents($file);
... ...