摘要: <?php ini_set('max_execution_time', '0'); function code_linenum($path, $i) { if (!is_dir($path)) { return false; } $files = glob($path . '/*'); if ($files) { foreach (... 阅读全文
posted @ 2018-04-17 09:37 爱冯果 阅读(688) 评论(0) 推荐(0) 编辑