Python splitlines() 按照行('\r', '\r\n', \n')分隔,返回一个包含各行作为元素的列表,如果参数keepends 为False,不包含换行符,如果为True,则保留换行符。
確定! 回上一頁