gpt4 book ai didi

javascript - 从后面的代码中调用 javascript 的函数

转载 作者:行者123 更新时间:2023-11-29 09:54:10 24 4
gpt4 key购买 nike

我使用下面的代码从后面的代码调用 javascript 的函数但不调用函数

//C#
Page.ClientScript.RegisterStartupScript(this.GetType(), "close panel", "CloseFunction()", true);

//javascript
function CloseFunction() {
alert("call");
}

最佳答案

应该是真的。

Page.ClientScript.RegisterStartupScript(this.GetType(), "close panel", "CloseFunction()", 
true);

更新链接:

ClientScriptManager.RegisterStartupScript Method

一个 bool 值,表示是否添加脚本标签。

关于javascript - 从后面的代码中调用 javascript 的函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15750569/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com