C++ 风格注释
macos 快捷键: command + /
windows,Linux 快捷键:ctrl + /
// struct list_head list;
C 风格注释
macos 快捷键:option + shift + a
windows 快捷键:alt + shift + a
Linux 快捷键:ctrl + shift + a
/* struct list_head list; */
版权声明:本文为xt18971492243原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。