我必须将所有换行符(\ n)替换为因为此文字将建立html内容。例如,这是文件中的一些行:'title\n' 现在我做:thatLine.replace('\n', '<br />') print thatLine ...
確定! 回上一頁