A.%= B.+= C.= D.全部都可以
A.x.concat("foo") B.x.add("foo") C.x.combine("foo") D.全都不對(duì),JavaScript沒有這樣的方法
A.unbind() B.click() C.bind() D.change()