曲阜123網(wǎng)站 自由鳥
function ab(o)
echo o.x
echo "ab"
class asdf
public xend class
dim aa
set aa = new asdf
set aa.load = getref("ab")
aa.onload()
getRef函數(shù),該函數(shù)返回函數(shù)指針
set object = getRef(procname)
object函數(shù)指針變量
procname 函數(shù)名稱