We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问这是为什么呢?
The text was updated successfully, but these errors were encountered:
我只是路过来凑个热闹的... 下面的都是我猜的....
因为可以避免多行里面有其他可能截断注释的内容,取消中间某几行注释也方便一些,还有就是 ide 支持好,比如 phpstorm 和 webstorm 可以选中一大段 ctrl+/ 来个每行加上或者取消行注释
ctrl+/
//var a = 123; //var b = 321; //if( a === b){ // console.log('oops'); //}
不过通过注释生成文档的时候似乎都用 /* */ ,除了 golang 用 //
/* */
//
Sorry, something went wrong.
No branches or pull requests
请问这是为什么呢?
The text was updated successfully, but these errors were encountered: