程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> 關於C語言 >> 詳解各種編程語言的注釋符

詳解各種編程語言的注釋符

編輯:關於C語言

常見語言:

c

行注釋:none

塊注釋:

擴展名:.c/.h

c++

行注釋://這裡是注釋

塊注釋:

擴展名:.cpp/.h

c#

行注釋://這裡是注釋

塊注釋:

xml注釋:///這裡是xml注釋

擴展名:.cs

vb

行注釋:'這裡是注釋

塊注釋:none

擴展名:.bas

java

行注釋://這裡是注釋

塊注釋:

擴展名:.java

vb.net

行注釋:'這裡是注釋

塊注釋:none

xml注釋:///這裡是xml注釋

擴展名:.vb

perl

行注釋:#這裡是注釋

塊注釋:none

擴展名:.pm

html

行注釋:none

塊注釋:<!--這裡是注釋-->

擴展名:.htm/.html

SQL

行注釋:--

塊注釋:

Comment comparison

There is a wide variety of syntax styles for declaring comments in source code. BlockComment in italics is used here to indicate block comment style. InlineComment in italics is used here to indicate inline comment style.

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved