DVE C++ 中批量注释快捷键 Ctrl + /

#include<stdio.h> int main() { int i=1; int a; // a=i++; // a=++i;// toggle comment切换注释 先选中要注释的多行code 而后ctrl+/ ,若是取消则第二次选中,而后再ctrl+/ printf("a=%d\n",a);// printf("i=%d\n",i); } 能够
相关文章
相关标签/搜索