幸运之星正在降临...
点击领取今天的签到奖励!
恭喜!您今天获得了{{mission.data.mission.credit}}积分
我的优惠劵
-
¥优惠劵使用时效:无法使用使用时效:
之前
使用时效:永久有效优惠劵ID:×
没有优惠劵可用!
V2版本如下
class Box {
setColor(color) {
this.color := color
return this
}
setMaterial(material) {
this.material := material
return this
}
setWeight(weight) {
this.weight := weight
return this
}
printIt() {
; MsgBox, % "Color: " . this.color
MsgBox "Color: " . this.color
. "`r`n" . "Material: " . this.material
. "`r`n" . "Weight: " . this.weight . " lbs"
}
}
; heavyRedWoodenBox := new Box()
heavyRedWoodenBox := Box()
.setWeight(200)
.setMaterial("Anodized Aluminum")
.setColor("Red")
.printIt()
大佬威武,一年前就深入研究了,拜读!
棒棒哒
学习了!感谢作者分享!
效果很棒!
赞,一个按钮两种功能!
谢谢dbgba
把python的range函数也复刻一个吧,这样就可以弥补ahk没有for循环的缺点了
sunwind给您捐赠了¥1
feng给您打赏了¥5