单项选择题

A.$(".box div").remove();
B.$(".box div").empty();
C.$("div").innerhtml("");
D.$("div").innerHTML ="";