代码拉取完成,页面将自动刷新
package cfg
import (
"testing"
"time"
)
func TestNew(t *testing.T) {
//New("./config/config.json")
//NewString(`{"A":2}`)
//cfg := New("./config/config.json")
t.Log(GetString("A", "默认"))
t.Log(GetString("A[0]", "默认"))
t.Log(GetString("A[1]", "默认"))
t.Log(GetString("A[2]", "默认"))
t.Log(GetString("A[0].", "默认"))
//return
t.Log(GetInt64("年龄", 8))
t.Log(GetInt("年龄", 8))
t.Log(GetInts("年龄", []int{8}))
t.Log(GetInt64s("年龄", []int64{8}))
t.Log(GetFloat64("年龄", 8))
t.Log(GetFloat32("年龄", 8))
t.Log(GetFloat32("体重", 8))
t.Log(GetInt("体重", 8))
t.Log(GetBool("l"))
t.Log(GetSecond("l"))
t.Log(time.Duration(0))
t.Log(time.ParseDuration("1m2m"))
t.Log(Default.Value)
t.Log(GetString("体重", "666"))
t.Log(GetString("l", "666"))
t.Log(GetString("年龄", "666"))
t.Log(GetString("A1"))
t.Log(GetString("B"))
t.Log(GetStrings("A"))
t.Log(GetStrings("C"))
t.Log(GetStrings("C[2]"))
t.Log(GetStrings("C[0]"))
t.Log(GetString("D.x"))
t.Log(GetStrings("D.x"))
t.Log(GetString("level.level1.level2.level3"))
t.Log(GetString("level.level1.level2"))
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。