我使用以下代码使用python(3.4)美化js文件(带有jsbeautifier模块) import jsbeautifier def write_file(output, fn): file = open(fn, "w") file.write(output) ...
確定! 回上一頁