.NET网页后台调用前台js方法时相同Key,调用不成功

ClientScript.RegisterStartupScript(GetType(), "key", "<script>Save()</script>");

其中key在一个页面中多次使用ClientScript.RegisterStartupScript是不能相同

原文地址:https://www.cnblogs.com/heyiping/p/11678658.html