js-注释代码习惯

功能块代码
/**
 *  xxxx
 */ 

定义的函数或方法
/* xxxx */ 

调用了某个函数或方法
// <--xxx
原文地址:https://www.cnblogs.com/easyweb/p/6790850.html