最后更新于:2021-11-25 19:10:14
文件: gc-includes/atomlib.php
function _p($msg) { if($this->debug) { print str_repeat(" ", $this->depth * $this->indent) . $msg ."n"; } }