A.$("div>container")B.$(".container")C.$("container")D.$("#container")
A.首字母必须大写B.可以中英文混合C.首字母必须小写D.无限制
A.2B.3C.4D.5