23,407
社区成员
发帖
与我相关
我的任务
分享public class TT {
public static int a;
public static byte[] comm = { 0x7E, 0x48, 0x7d };
public static int teset() {
a = FormTcpAndUnformTCP.formTcp(comm, 3);
return a;
}
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(teset());
}
}