gpt4 book ai didi

vbscript - 什么是vbscript中的函数指针?

转载 作者:行者123 更新时间:2023-12-04 06:56:48 24 4
gpt4 key购买 nike

有人可以澄清什么是 vb 脚本中的函数指针吗

最佳答案

您正在寻找 GetRef function .

从链接:

GetRef Function

Returns a reference to a procedure that can be bound to an event. ...


<SCRIPT LANGUAGE="VBScript">

Function GetRefTest()
Dim Splash
Splash = "GetRefTest Version 1.0" & vbCrLf
Splash = Splash & Chr(169) & " YourCompany 1999 "
MsgBox Splash
End Function

Set Window.Onload = GetRef("GetRefTest")
</SCRIPT>

关于vbscript - 什么是vbscript中的函数指针?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2469596/

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