1 Star 5 Fork 1

鬼画符/pinyin.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
demo.html 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
鬼画符 提交于 2022-10-29 19:50 . update demo
<html>
<head>
<meta charset="UTF-8">
<title>汉字转拼音_pinyin.js</title>
</head>
<body>
<script src="./pinyin.js"></script>
汉字转拼音 <br/>
<input type="text" name="word" id="word" value="你好" />
<button onclick="alert(pinyin.convert(document.getElementById('word').value));">转换</button>
<br/><br/><br/><br/>
<a href="https://github.com/xnx3/pinyin.js">开源仓库: https://github.com/xnx3/pinyin.js</a>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mail_osc/pinyin.js.git
git@gitee.com:mail_osc/pinyin.js.git
mail_osc
pinyin.js
pinyin.js
main

搜索帮助