1.修改对象属性##
1>第一种 changePerson:function(e){
var str = 'person.name';
this.setData({
[str]: 'fxjzzyo'
2019-06-15