对象添加属性

Object.defineProperties(Text.prototype, {

    scale: {

        get: function () {

                  return this

        }

    }

})

你可能感兴趣的:(vscode,javascript,前端,html)