html语句乱码
StreamWriter rw=File.CreateText(Application.StartupPath+@ "\News.html ");
rw.WriteLine( " <meta http-equiv=\ "Content-Type\ " content=\ "text/html; charset=gb2312\ "> ");
rw.WriteLine( " <style type=text/css > ");
rw.WriteLine( " <!-- ");
rw.WriteLine( "body,td,th ");
rw.WriteLine( "{ ");
rw.WriteLine( " font-family: 宋体; ");
rw.WriteLine( " font-size: 16px; ");
rw.WriteLine( " color: #FFFFFF; ");
rw.WriteLine( " margin-top: 6px;