标签:style blog color ar java strong sp div c
1、对象的值是持久性的。
1 var a=3;var b=a;a=a+1; 2 alert(b);///此时的b=4
2、运算符
javascript学习
原文地址:http://www.cnblogs.com/shengyu-kmust/p/4010939.html