处变不惊,处忧不虑,不争一年的兴衰,但看十年的功过。笑中千关过,愁内百事哀,挣胜是祸,繁华似梦,平淡是福。

  IT博客 :: 首页 :: 联系 :: 聚合  :: 管理
  65 Posts :: 1 Stories :: 24 Comments :: 0 Trackbacks

 

 1   private void Tijiao(Object sender, EventArgs e)
 2    {
 3        string a = "";
 4        a = a.Replace('',',');
 5        a = textbox1.Text.ToString();
 6        string[] words = a.Split(',').ToString();
 7        foreach (string word in words)
 8        {
 9            Response.Write(word);
10        }

11       
12       
13    }
只有注册用户登录后才能发表评论。