A.var a=1 B.var a=[1,2,3] C.var a="你好" D.var a=true
A.原始數(shù)據(jù)類型 B.引用數(shù)據(jù)類型 C.本地類型 D.異地類型
A.show() B.hide() C.fadeOut() D.slideUp()