import sys import os
import string#python2写法
RCV_LOG = r"C:\\Users\天宇\Desktop\\out" def get_last_n_lines(logfile, n): n=int(n)#python3写法
#
import sys import os
import string#python2写法
RCV_LOG = r"C:\\Users\天宇\Desktop\\out" def get_last_n_lines(logfile, n): n=int(n)#python3写法
#