摘要:
在对openmodelica的部件基类js重写时候遇到了多重继承问题,js本身是不支持多重继承的。用了以下办法做了多重继承 function mix (...mixins) { class Mix { } for (let mixin of mixins) { copyProperties(Mix, 阅读全文
posted @ 2021-12-01 17:59
冰霜橘子
阅读(710)
评论(0)
推荐(0)
载入天数...载入时分秒...