阅读背景:

es6对象的getter,setter和函数不能用于远程过程调用(zerorpc)

来源:互联网 

I have the following class.

我有以下课程。

class User 
{
    constructor( username )
    {
        this._username = username;  
    }

    get username()
    {
        return this._username;
    }
}
class U



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: