ASP 环境下 VBS 事件应用 示例代码

% ClassTopicModel PublicOnView PublicFunctionLoad(id) IFNot(IsEvent(OnView))Then OnView(1) EndIF EndFunction FunctionIsEvent(evnet) IsEvent=IsEmpty(evnet) EndFunction EndClass SubUpdateViewCounter(value) Response.Write('CounterAdd'value.') EndSub Dim

作者: 来源: 时间: 17-11-23 15:23:13

<%
Class TopicModel
 Public OnView
 Public Function Load(id)
  IF Not(IsEvent(OnView)) Then
   OnView(1)
  End IF
 End Function
 Function IsEvent(evnet)
  IsEvent = IsEmpty(evnet)
 End Function
End Class
Sub UpdateViewCounter(value)
 Response.Write("Counter Add "& value &" .")
End Sub
Dim topic : Set topic = new TopicModel
Set topic.OnView = GetRef("UpdateViewCounter")
topic.Load(1)
%>
差点把 GetRef 这个函数忘记了 今天刚好看到
写了个简单示例 有兴趣的可以在自己的项目上应用下
不过 VBS 的事件弱了点 最实际的好处其实是可以动态调用过程或函数
11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们