chenyuzhouj

希望大家多指点

导航

写一个文件

private void Button1_Click(object sender, System.EventArgs e)
        
{
            kissyou 
=TextBox1.Text.ToString();
            
using (StreamWriter sw = new StreamWriter(Server.MapPath("Writerfile3.aspx"),false,System.Text.Encoding.GetEncoding("gb2312")))
            
{
                
// Add some text to the file.
                sw.Write("<marquee width='100%' height='20' border='0' cellspacing='0'>");
                
                sw.WriteLine(kissyou);
        
                sw.Write(
"</marquee>");                
                sw.Close();
            }

        }

    }
调用i0

posted on 2005-01-28 15:14  十年孤剑沧海  阅读(170)  评论(0)    收藏  举报