In the latest version of html2text do this: import html2text h = html2text.HTML2Text() h.body_width = 0 note = h.handle("<p>Hello, ...
確定! 回上一頁