Imports chinese.MyxChinese
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim mypy As New chinese.MyxChinese
        TextBox2.Text = mypy.MakeSpellCode(TextBox1.Text, DropDownList1.SelectedItem.Value)
    End Sub
注:其中124是字符处理方式,试一下就知道了asp.net里把汉子转为拼音
以下地址下载chinese.dll文件
http://bbs.fbm.com.cn/bbs/UpFile/File/2004_4_16_55509aa5.rar
asp.net里把汉子转为拼音

相关文章:

  • 2021-12-09
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2022-02-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案