at070tn92驱动电路:请求帮助解释一下下面的代码,包括函数中的参数都怎么用

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/06 05:49:36
'函数功能:获取网站指定属性
Function GetKey(strKeyName,strUserID,strType)
strTemp=Eval(strType & "_" & strKeyName)
if strTemp="" then
GetKey="Null"
else
GetKey=strTemp
end if
End Function

你这个并不是单独的函数,应该还有几个关联的,就是中间有下划线的N个函数,这个函数的作用就是动态调用那些函数,得到返回值