嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
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