-
-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
package main
import (
"fmt"
"github.com/mozillazg/go-pinyin"
)
func main() {
// TIP Press <shortcut actionId="ShowIntentionActions"/> when your caret is at the underlined or highlighted text
// to see how GoLand suggests fixing it.
ph := pinyin.NewArgs()
ph.Heteronym = true
pinyinList := pinyin.Pinyin("祖", ph)
fmt.Println(pinyinList)
}
打印结果为
[[zu jie]]
Metadata
Metadata
Assignees
Labels
No labels