编码+提交

This commit is contained in:
kangkang520
2018-11-12 23:18:51 +08:00
commit 3d0c2070eb
8 changed files with 236 additions and 0 deletions

19
test/test.ini Normal file
View File

@ -0,0 +1,19 @@
[user.id1]
id = 1
name = Mimi
gender = female
isAdmin = true
[user.id2]
id = 2
name = Mimi
gender = female
isAdmin = true
[password]
# 注释
admin = 123
login = "456"
test[] = 789
test[] = 789
test2 = 123,456,"789"