编码+提交
This commit is contained in:
19
test/test.ini
Normal file
19
test/test.ini
Normal 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"
|
Reference in New Issue
Block a user