首页 > 编程语言 > 详细

常用编程语言注释符

时间:2019-06-02 10:11:17      阅读:104      评论:0      收藏:0      [点我收藏+]
语言 单行注释 多行注释
C //This is a one-line comment /*this is a comment*/
C++ //This is a one-line comment /*this is a comment*/
Java //This is a one-line comment /*this is a comment*/
Python #This is a one-line comment """this is a comment"""or‘‘‘this is a comment‘‘‘
JavaScript //This is a one-line comment /*this is a comment*/
Html <!-- this is comments -->
Css /*this is comments*/
Xml <!-- this is comments -->
Yaml #this is comments

常用编程语言注释符

原文:https://www.cnblogs.com/tassel/p/10961902.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!