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
pinyin('今天天气真好',{firstCharacter: true})// j t t q z h// 获取中文首字母时,保留未翻译的非中文字符pinyin('1今2天3天4气5真6好aaa',{keepRest: true,firstCharacter: true})// 1j2t3t4q5z6haaa// 获取中文首字母时,不保留未翻译的非中文字符pinyin('1今2天3天4气5真6好aaa',{firstCharacter: true})// j t t q z h