StreamWriter xx = new StreamWriter(@"D:\ok_y.htm", false, encoding);(^@^)

解决方案 »

  1.   


    谢谢~~(^@^)int y;StreamWriter xx = new StreamWriter(@"D:\ok_y.htm", false, encoding);
      

  2.   

    int y; StreamWriter xx = new StreamWriter(@"D:\ok_y.htm", false, encoding);
      

  3.   


    string stra =""
    for (int y = 0; y < 10; y++) 

      string stra = string.Format("D:\ok_{0}.htm", y); 

    StreamWriter xx = new StreamWriter(@"D:\ok_y.htm", false, encoding); 
      

  4.   


    string stra =""
    for (int y = 0; y < 10; y++) 

       stra = string.Format("D:\ok_{0}.htm", y); 

    StreamWriter xx = new StreamWriter(@"D:\ok_y.htm", false, encoding);