Block comments are indented at the same level as the surrounding code. They may be in /* ... */ style or // ... style. For multi-line /* ... */ comments, subsequent lines must start with * aligned with the * on the previous line.
/*
* This is // And so /* Or you can
* okay. // is this. * even do this. */
*/
Comments are not enclosed in boxes drawn with asterisks or other characters.
Tip: When writing multi-line comments, use the /* ... */ style if you want automatic code formatters to re-wrap the lines when necessary (paragraph-style). Most formatters don't re-wrap lines in // ... style comment blocks.
每一行注释,在使用/**/时,必须以星号开头
(For multi-line /* ... */ comments, subsequent lines must start with * aligned with the * on the previous line.)
综上所述,lz你的写法是不规范的
(懒。。。随便吧。。。不在编程开发区、非教程帖子,不深究了。。。