已采纳回答 / AlinaLife
在Proxy代理里面set那里加个return就好了 set(target,key,value){ if(key!=='sex'){ return target[key]=value; } }
2018-03-19