Open yangnianbing opened 8 years ago
for example ` var a = {b:1, c:2}
$dusl(a, 'b')
$dusl(a, 'c')
$dugr(a, 'c')
console.log(a.c) //output 1, and it should be 2 `
for example ` var a = {b:1, c:2}
$dusl(a, 'b')
$dusl(a, 'c')
$dugr(a, 'c')
console.log(a.c) //output 1, and it should be 2 `