单项选择题

A.$(document).ready(function(){代码})
B.$().ready(function(){代码})
C.$(document)(function(){代码})
D.$(function(){代码})