目前 pypinyin 0.54.0 中 ``` >>> pinyin('沒', heteronym=True) [['méi']] ``` 只有一個讀音,而 ``` >>> pinyin('没', heteronym=True) [['méi', 'mò', 'me']] ``` 有三個讀音。