string a="\"好人\"";
        Page.RegisterStartupScript("a","<script>alert(\""+a+"\");</script>");
结果是
<script>alert(""好人"");</script>
这种情况怎么给他转义呢