01 2023 档案
摘要:1、添加 yarn add js-pinyin 2、 初始化 import pinyin from "js-pinyin"; pinyin.setOptions({ checkPolyphone: false, charCase: 0 }); 3、引用 var temp= pinyin.getCam
阅读全文
摘要:/// <summary> /// Crc32 表 /// </summary> private static UInt32[] Crc32Table = { 0x00000000, 0x77073096, 0xEE0E612C, 0x990951BA, 0x076DC419, 0x706AF48F
阅读全文