|
@@ -2,7 +2,7 @@ package com.gyee.table;
|
|
|
|
|
|
public class myTest {
|
|
public class myTest {
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
- String s = "/*";
|
|
|
|
|
|
+ String s = "asd ssdfasdf";
|
|
String[] s1 = s.split(" ");
|
|
String[] s1 = s.split(" ");
|
|
System.out.println();
|
|
System.out.println();
|
|
}
|
|
}
|