我有这个:
this.f = function instance(){};
我想要这个:
this.f = function ["instance:" + a](){};
javascript function
function ×1
javascript ×1