📄 module.java
字号:
package com.zh.module;
public class module{
String button1;
String button2;
String button3;
String button4;
String button5;
String button6;
String button7;
String button8;
public void setButton1(String button1){
this.button1=button1;
}
public void setButton2(String button2){
this.button2=button2;
}
public void setButton3(String button3){
this.button3=button3;
}
public void setButton4(String button4){
this.button4=button4;
}
public void setButton5(String button5){
this.button5=button5;
}
public void setButton6(String button6){
this.button6=button6;
}
public void setButton7(String button7){
this.button7=button7;
}
public void setButton8(String button8){
this.button8=button8;
}
public String getButton1(){
return this.button1;
}
public String getButton2(){
return this.button2;
}
public String getButton3(){
return this.button3;
}
public String getButton4(){
return this.button4;
}
public String getButton5(){
return this.button5;
}
public String getButton6(){
return this.button6;
}
public String getButton7(){
return this.button7;
}
public String getButton8(){
return this.button8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -