string html = reader.ReadToEnd();
Page.ClientScript.RegisterClientScriptBlock(this.Controls.GetType(), "display", " <script>top.bottom.writetext('" + html + "'); </script>"); 
这样拼接字符串后,后面的'); 不能被识别了,这种情况该如何处理,谢谢。