是保存到程序目录下吗?那就输出数据流,保存为文件即可。代码参考:
System.IO.StreamWriter w = new System.IO.StreamWriter(“保存的文件路径”, true, System.Text.Encoding.GetEncoding("gb2312"));
w.WriteLine("字符串内容");
w.Flush();
w.Close();
w.Dispose();
My.Computer.FileSystem.WriteAllText("index.html", 字符串, True)
用js来打印,document.write(string字符串);!
你可以 用iframe 啊