示例#1
0
文件: log.php 项目: kbyyd24/cloudNote
function main($data)
{
    $log = new Logging($data);
    $log->work();
    echo $log->xml;
}