📄 testchar.java
字号:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: testChar.java
package org.cross.sms;
import java.io.PrintStream;
import org.cross.sms.msg.SMSMsgIn;
public class testChar
{
public testChar()
{
}
public static void main(String args[])
{
String pdu = "0891683110102105F011000B813118216553F60000FF0AE630796E66A7EBF835";
SMSMsgIn m = new SMSMsgIn(pdu, 1);
System.out.println(m);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -