静态和实例成员
Static and instance members
以上为机器翻译结果,长、整句建议使用 人工翻译 。
另外,Scala不支持static(静态)或者class - level members(类级别成员)的类型,因为它们并没有和一个实例(instance)关联。
Also, Scala does not support "static" or class-level members of types, since they are not associated with an actual instance.
youdao
对于静态成员和实例成员来说,都是正确的。
This is true for both static members and instance members.
应用推荐
模块上移
模块下移
不移动