1、modual,模块,一种特殊的静态的类
2、正常的类中,定义为shared变为静态函数,如C++中的static
public shared function getcurrenttime(byval context as httpcontext )
return
"aa"
end function
1、modual,模块,一种特殊的静态的类
2、正常的类中,定义为shared变为静态函数,如C++中的static
public shared function getcurrenttime(byval context as httpcontext )
return
"aa"
end function