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

歡迎光臨散文網(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ó)家法律
湘潭县| 荥经县| 安阳市| 石泉县| 三都| 清原| 清水县| 云南省| 金沙县| 隆德县| 当雄县| 万州区| 连州市| 诸城市| 延津县| 铁力市| 北宁市| 比如县| 桂平市| 余姚市| 辽中县| 文化| 长寿区| 平阴县| 太和县| 涿州市| 定结县| 禹城市| 斗六市| 洪湖市| 桦南县| 西宁市| 万安县| 铜川市| 樟树市| 增城市| 库尔勒市| 邵阳市| 西和县| 大庆市| 田阳县|