... + str(ALLNUM) + '.html', 'wb') html_string=html_byte.decode(chardit1['encoding']).encode('utf-8') file.write(html_string) file.close().
確定! 回上一頁