You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package main
import (
"fmt""github.com/mozillazg/go-pinyin"
)
funcmain() {
// 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=truepinyinList:=pinyin.Pinyin("祖", ph)
fmt.Println(pinyinList)
}
打印结果为
[[zu jie]]
The text was updated successfully, but these errors were encountered:
打印结果为
The text was updated successfully, but these errors were encountered: