瀏覽代碼

测试上传

xushili 2 年之前
父節點
當前提交
8dc2865e03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/test/java/com/gyee/table/myTest.java

+ 1 - 1
src/test/java/com/gyee/table/myTest.java

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