基本信息
源码名称:C#实现汉字转换拼音和首字母(下载附类库)
源码大小:0.96M
文件格式:.rar
开发语言:C#
更新时间:2021-09-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 1 元 
   源码介绍

1:安装组件以及引用



2:前台



3:后台



4:实现


【目录】

中文转拼音项目以及需要的组件

└── 中文转拼音
    ├── 中文转拼音
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── Web.Debug.config
    │   ├── Web.Release.config
    │   ├── Web.config
    │   ├── bin
    │   │   ├── ChnCharInfo.dll
    │   │   ├── ChnCharInfo.xml
    │   │   ├── zh-CN
    │   │   │   └── ChnCharInfo.resources.dll
    │   │   ├── 中文转拼音.dll
    │   │   ├── 中文转拼音.dll.config
    │   │   └── 中文转拼音.pdb
    │   ├── obj
    │   │   └── Debug
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       ├── TempPE
    │   │       ├── 中文转拼音.csproj.CopyComplete
    │   │       ├── 中文转拼音.csproj.CoreCompileInputs.cache
    │   │       ├── 中文转拼音.csproj.FileListAbsolute.txt
    │   │       ├── 中文转拼音.csprojAssemblyReference.cache
    │   │       ├── 中文转拼音.dll
    │   │       └── 中文转拼音.pdb
    │   ├── 中文转拼音.aspx
    │   ├── 中文转拼音.aspx.cs
    │   ├── 中文转拼音.aspx.designer.cs
    │   ├── 中文转拼音.csproj
    │   └── 中文转拼音.csproj.user
    ├── 中文转拼音.sln
    └── 中文转拼音CHSPinYinConv.msi

8 directories, 24 files