这样都异常,是怎么回事啊?
String s="192.168.0.35"+"."+myport/256+"."+myport%256;System.out.println(s);
String[] ss=s.split(".");
String sss=ss[0]+","+ss[1]+","+ss[2]+","+ss[3]+","+ss[4]+","+ss[5];
String strSendCmd = "PORT " +sss;
String strRec = SendCommand(strSendCmd);
return socket;
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 0