remove methods

This commit is contained in:
Looly
2022-04-28 03:14:54 +08:00
parent b21f650474
commit 17cd183722
7 changed files with 71 additions and 189 deletions

View File

@@ -0,0 +1,2 @@
# 这是一行注释,读取时应忽略
"sss,sss",姓名,"性别",关注"对象",年龄,"","""
Can't render this file because it contains an unexpected character in line 2 and column 33.

View File

@@ -0,0 +1,4 @@
姓名,gender,focus,age
张三,,,33
李四,,好对象,23
王妹妹,,特别关注,22
1 姓名 gender focus age
2 张三 33
3 李四 好对象 23
4 王妹妹 特别关注 22

View File

@@ -0,0 +1,7 @@
# 这是一行注释,读取时应忽略
a,b,c,d
1,2,3,4
# 这是一行注释,读取时应忽略
q,w,e,r,"我是一段
带换行的内容"
a,s,d,f
Can't render this file because it has a wrong number of fields in line 2.