单项选择题

A.$("#adver").top获取元素的top
B.$("#adver").offset()获取元素的left
C.$("#adver")top(10);修改元素的top
D.$("#adver").offset({top:10});修改元素的top