ueditor后台代码

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/kimiyang123/article/details/38735927
namespace Ueditor_Test
{
    public partial class WebForm1 : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {

        }

        protected void Button2_Click(object sender, EventArgs e)
        {
            string _str = Server.HtmlDecode(myEditor.InnerHtml);
            this.ClientScript.RegisterStartupScript(this.GetType(),"","<script>alert('"+edi')")
            Response.Write(_str);

        }
    }
}

猜你喜欢

转载自blog.csdn.net/kimiyang123/article/details/38735927