你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/430412-chinese-conversion-api,源站連結 點此以跳轉。
It is a JavaScript library for the conversion of chinese characters between Traditional Chinese (zh-tw) and Simplified Chinese (zh-cn).
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.org.cn/scripts/430412/1057836/Chinese%20Conversion%20API.js
// 翻譯用程式碼來自:
// https://greasyfork.org.cn/zh-TW/scripts/27422
// Tommy Wu
// license: MIT
// 部份程式碼來自:
// https://greasyfork.org.cn/zh-CN/scripts/24300-switch-traditional-chinese-and-simplified-chinese
// homepage: http://hoothin.come
// mail: rixixi@gmail.com
// license: MIT
//
// 轉換對應表來自:
// https://github.com/shyangs/Meihua-Chinese-Converter
// https://addons.mozilla.org/zh-TW/firefox/addon/meihua-chinese-converter/?src=external-github
// license: GPL2
// @require https://greasyfork.org.cn/scripts/430412-chinese-conversion-api/code/Chinese%20Conversion%20API.js?version=957745
console.log(ChineseConversionAPI.tc2sc('面皮厚的人#吃麵包')); //面皮厚的人#吃面包
console.log(ChineseConversionAPI.sc2tc('面皮厚的人#吃面包')); //面皮厚的人#吃麵包