table tr:nth-child(odd){
background: #FFFFCC;
}
table tr:nth-child(even){
background: #FFFF99;
}
Microsoft Visual Studio 常用快捷键总结
Shift+Alt+F10 |
自动导入 using 的快捷键, 从 vs 2012开始 还增加了 ctrl+. 功能名称叫: 视图.显示智能标记 |
2024-02-25 11:50:52
table tr:nth-child(odd){
background: #FFFFCC;
}
table tr:nth-child(even){
background: #FFFF99;
}
Shift+Alt+F10 |
自动导入 using 的快捷键, 从 vs 2012开始 还增加了 ctrl+. 功能名称叫: 视图.显示智能标记 |