国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

Asp 返回引用類型函數(shù)代碼

2020-07-27 12:51:57
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

<%
set studentinstance = CreateStudent()
if not isnull(studentinstance) then
Response.write("StudentId:"&studentinstance.StudentId&"<Br/>")
Response.write("StudentName:"&studentinstance.StudentName&"<Br/>")
end if

Function CreateStudent()
set stud = new Statudent
stud.StudentId=123
stud.StudentName="Eric liu"
set CreateStudent=stud
End Function

Class Statudent
private id
private name

public property let StudentId(id_)
id=id_
end property
public property get StudentId
StudentId=id
end property

public property let StudentName(name_)
name=name_
end property
public property get StudentName
StudentName=name
end property

End Class
%>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 北流市| 青龙| 邢台县| 丁青县| 宣化县| 抚远县| 江川县| 武城县| 时尚| 奉化市| 通渭县| 望都县| 金坛市| 三台县| 平罗县| 松江区| 邵东县| 广安市| 仪陇县| 基隆市| 岢岚县| 将乐县| 海伦市| 富源县| 太康县| 交城县| 公安县| 曲阳县| 阿城市| 洛阳市| 云林县| 利辛县| 莲花县| 平泉县| 资溪县| 讷河市| 望城县| 高台县| 荆门市| 镇康县| 肇源县|