@@ -121,6 +121,6 @@ func getValueByKey(key string) string {
case osgb5Key:
return osgb5Value
}
- fmt.Print("错误的xosc")
+ fmt.Printf("错误的xosc【%v】", key)
return ""