readlines ()方法用于读取所有行,保存在一个列表(list)变量中,每行作为一个元素,类似于fa.read().split('n')的结果。 readlines读取所有行,并且以 ...
確定! 回上一頁