C/PHP/Java 等中不同的支撑/缩进样式的名称是什么?

发布于 2024-07-25 08:46:30 字数 1437 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冬天的雪花 2024-08-01 08:46:30

请参阅缩进样式

在计算机编程中,缩进
风格是一种规范的约定
代码块的缩进
传达程序的结构。 这
文章主要讨论了 C
编程语言及其
后代,但可以是(并且
经常)适用于大多数其他
编程语言(尤其是
大括号家族中的那些)。
缩进样式只是一方面
编程风格。

Please see Indent style:

In computer programming, an indent
style is a convention governing the
indentation of blocks of code to
convey the program's structure. This
article largely addresses the C
programming language and its
descendants, but can be (and
frequently is) applied to most other
programming languages (especially
those in the curly bracket family).
Indent style is just one aspect of
programming style.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文