📄 msg_fmt.java
字号:
package com.khan.sms;
/**
* <p>Title:信息格式 </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2006</p>
* <p>Company: </p>
* @author not attributable
* @version 1.0
*/
public class Msg_Fmt {
/**ASCII串*/
public static final int ASCII_STYLE = 0;
/**短信写卡操作*/
public static final int WRITE_SIM = 3;
/**二进制信息*/
public static final int BINARY_STYLE = 4;
/**UCS2编码*/
public static final int UCS2_STYLE =8;
/**含GB汉字*/
public static final int GB_STYLE = 15;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -