Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可以使糟糕的 html 可读的 javascript 库?
例如:
<div><span></span></div>
进入
<div> <span></span> </div>
如果您在 FireFox 上使用 Firebug,HTML 将在 HTML 窗格中很好地布局。
取决于你是想重新读取它,还是以可读的形式保存它(Firebug 不会)
如果您只想识别您的代码,请使用您最喜欢的 ide。如果是 eclipse,快捷键是 ctrl + shift + f