TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Convert ugly block of XML or JSON to "pretty"
1 点
作者
roachsocal
将近 16 年前
1 comment
makecheck
将近 16 年前
<p><pre><code> /usr/bin/xmllint --format in.xml > out.xml </code></pre> or<p><pre><code> import pprint pprint.pprint(...)</code></pre>