var obj ={
                       yes : function() {this.val = true;},
                       no  : funciton (){this.val = false;}
                 }一致不是很理解这句话,不知道这里的yes和no怎么理解。