• 2022-06-06
    使用jQuery动画方法animate,下列代码正确的是()
    A: animate({"width":"100px"},3000)
    B: animate({"top":"+=100px"},3000)
    C: animate({"display":"none"},3000)
    D: animate({"border":"#ccc"},3000)