摘要: 1.chrome浏览页面常用快捷键 Ctrl+N 打开新窗口。 Ctrl+T 打开新标签页。 Ctrl+W关闭当前标签 Ctrl + F4 关闭chrome浏览器 Ctrl+Tab 或 Ctrl+PgDown 切换到下一个标签页。 Ctrl+Shift+Tab 或 Ctrl+PgUp 切换到上一个标 阅读全文
posted @ 2017-11-29 11:24 Mr.V 阅读(50016) 评论(1) 推荐(7) 编辑
摘要: public class Test { public static void main(String[] args) { Shape shape = new Circle(); System.out.println(shape.name); /** * 为什么输出是 * shape c... 阅读全文
posted @ 2017-11-12 16:30 Mr.V 阅读(145) 评论(0) 推荐(0) 编辑