📄 smppheader.java
字号:
package projectsmpp;public class SmppHeader { public int command_length; public int command_id; public int command_status; public int sequence_no; public SmppHeader(int command_length, int command_id, int command_status, int sequence_no) { this.command_length=command_length; this.command_id=command_id; this.command_status=command_status; this.sequence_no=sequence_no; } public SmppHeader(){}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -