📄 a.java
字号:
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package 阶段练习一;/** * * @author lenovo */public class A { void f(int x,double y,People p) { x=x+1; y=y+1; p.setFace("笑脸"); System.out.println("参数x和y的值分别是:"+x+","+y); System.out.println("参数对象p的face是:"+p.face); } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -