package pinyin import "testing" func TestTo_Py(t *testing.T) { LoadingPYFile("./pinyin.txt") s, _ := PY("3425另264325一4个44平444台") println(s) }