最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

Cocos Creator零基礎(chǔ)小白超神教程

2023-08-08 12:53 作者:hello_world_bi  | 我要投稿

p21 代理模式 新版本TS的代碼

interface Icalc{

? ? calc(num1:any,num2:any ):number

}


class npc1 implements Icalc{

? ? calc(num1:any,num2:any):number{

? ? ? ? return num1 + num2

? ? }

}


class npc2 implements Icalc{

? ? calc(num1:any,num2:any):number{

? ? ? ? return num1 - num2

? ? }

}


class Person{

? ? static delegate: Icalc

? ? Getnumber(num1:any,num2:any){

? ? ? ? const num = Person.delegate.calc(num1,num2)

? ? ? ? console.log(num + "")

? ? }

}

const person = new Person

Person.delegate = new npc2

person.Getnumber(1,2)

Cocos Creator零基礎(chǔ)小白超神教程的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
鹰潭市| 尚义县| 大安市| 高台县| 兴仁县| 鹤岗市| 潞城市| 平定县| 依安县| 且末县| 昭通市| 吕梁市| 湘西| 南江县| 长乐市| 阿克| 皮山县| 灵璧县| 井研县| 德令哈市| 蛟河市| 黄山市| 菏泽市| 高雄市| 新源县| 洛川县| 榕江县| 黄平县| 桦川县| 乌兰县| 琼结县| 海阳市| 宁安市| 太和县| 黄龙县| 兴文县| 宣威市| 嵊泗县| 乐安县| 云龙县| 化隆|