摘要:
方法一:# -*- coding: utf-8 -*-import sysimport osimport stringRCV_LOG = r"d:\c.txt"def get_last_n_lines(logfile, n): n = string.atoi(n) blk_size_ma... 阅读全文
posted @ 2014-10-29 11:28
怡然^o^恬谧
阅读(1743)
评论(0)
推荐(0)