gpt4 book ai didi

css - 如何使 Dreamweaver 中的代码更整洁?

转载 作者:太空宇宙 更新时间:2023-11-04 15:39:25 24 4
gpt4 key购买 nike

是否有任何快速简便的方法可以将代码转换为如下所示:

<style>
element { property:value; property:value;
property:value;
property:value; }

element { property:value; property:value; property:value; property:value; property:value; }
element {property:value; property:value; property:value;
property:value;
property:value; property:value;
}
</style>
<div>
content content content <div> content </div>
</div>

像这样变得漂亮整洁:

<style>

element { property:value; property:value; property:value; property:value; }

element { property:value; property:value; property:value; property:value; }

element { property:value; property:value; property:value; property:value; }

</style>

<div>
content content content
<div>
content
</div>
</div>

如果有一个按字母顺序排列 css 的按钮,也会让生活更轻松

最佳答案

查看这些类似的问题/答案:

我自己没有安装 Dreamweaver,但是根据 this answer以下命令应该可用:

  • 命令 > 应用格式
  • 命令 > 清理 HTML

关于css - 如何使 Dreamweaver 中的代码更整洁?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12340396/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com