单项选择题

A.alert($(".top1").html();
B.alert($([name=’header1]’).html());
C.alert($([name=’header]’).html());
D.alert($(’#header1’).html());