如果重复获取对象中的属性 有必要用变量存起来吗 性能会更好些吗?~var obj = { test = 'abc'}; obj.tset obj.tset .... var val = obj.test; val val .... 查看完整描述