A.scrollWidth是只讀屬性,不能修改B.scrollHeight是只讀屬性,不能修改C.scrollLeft屬性允許修改D.scrollTop屬性允許修改
A.history.back()B.history.forward()C.history.go(1)D.history.go(-1)
A.push()方法不會修改原數(shù)組B.unshift()方法會修改原數(shù)組C.pop()方法會修改原數(shù)組D.shift()方法會修改原數(shù)組