📜  将参数从 C# 传递到 js 函数 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:04.085000             🧑  作者: Mango

代码示例1

 


 string updateProgress = "18%";
 ClientScript.RegisterStartupScript(this.GetType(), "updateProgress", "updateProgress('" + updateProgress + "');", true);