https://pypi.org/project/zhconv/1.4.0/#description 这里我试了半天,不知道怎么输入命令执行 ``` python -mzhconv [-w] {zh-cn|zh-tw|zh-hk|zh-sg|zh-hans|zh-hant|zh} < input > output ``` 我试过以下命令,怎么用都是错的 ``` python3 -mzhconv -w zh-cn ./tc/ ./out python3 -mzhconv -zh-cn ./tc ./out python3 -mzhconv zh-cn ./tc ./out ```
https://pypi.org/project/zhconv/1.4.0/#description
这里我试了半天,不知道怎么输入命令执行
我试过以下命令,怎么用都是错的