后台js代码写法

string script = @"
        $('.pop_up_yz').show();
       ";

Page.ClientScript.RegisterStartupScript(GetType(), "success", script, true);

原文地址:https://www.cnblogs.com/whlhaikuotiankong/p/2726200.html