I am created a .html file from this string using the below code in python. html_file = open("filename.html", "w") html_file.write(html_str) html_file.close ...
確定! 回上一頁