Greasy Fork is available in English.

中文繁体简体转化库

转化繁体简体

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/430421/1225835/%E4%B8%AD%E6%96%87%E7%B9%81%E4%BD%93%E7%AE%80%E4%BD%93%E8%BD%AC%E5%8C%96%E5%BA%93.js

Autor
kakasearch
Verzija
0.1
Napravljeno
06/08/2021
Ažurirano
26/07/2023
Licenca
Nije dostupno

作用

  1. 实现中文繁简体互相转换

使用

  • 引入库文件
  • 繁体转简体
   var result = traditionalized("要轉化的繁體字") 
  • 简体转繁体
   var result = simplized("要转化的简体字")