pull/2/head
jaysunxiao 2022-01-03 21:22:04 +08:00
parent ccaab46e62
commit 9ce7e96120
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func typeInfo():
print(StringUtils.format(template, [TYPE_INT, typeof(b), b]))
print(StringUtils.format(template, [TYPE_INT, typeof(c), c]))
print(StringUtils.format(template, [TYPE_STRING, typeof(s), s]))
print(StringUtils.format(template, [TYPE_ARRAY, typeof(arr), arr]))
# print(StringUtils.format(template, [TYPE_ARRAY, typeof(arr), arr]))
print(StringUtils.format(template, [TYPE_DICTIONARY, typeof(dict), dict]))
print(StringUtils.format(template, [TYPE_DICTIONARY, typeof(FOOD), FOOD]))
print(StringUtils.format(template, [TYPE_DICTIONARY, typeof(FOOD.GOOD), FOOD.GOOD]))