• 大小: 2KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-20
  • 语言: C#
  • 标签:

资源简介

非常好的ASP.NET简体繁体转换 代码

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender EventArgs e)
    {

    }
    protected void Button1_Click(object sender EventArgs e)
    {
        this.TextBox3.Text =  CodeSwitch.ToTraditionalChinese(this.TextBox1.Text.Trim());
    }
    protected void Button2_Click(object sender EventArgs e)
    {
        this.TextBox4.Text = CodeSwitch.ToSimplifiedChinese(this.TextBox2.Text.Trim());
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        715  2009-06-04 13:40  Default.aspx.cs

     文件       1702  2009-06-04 13:33  Web.Config

     文件       1054  2009-07-09 13:19  Default.aspx

----------- ---------  ---------- -----  ----

                 3471                    3


评论

共有 条评论