单项选择题

选取所有type=“button”的<input>元素和<button>元素()

A.$("button")
B.$("#button")
C.$("first:button")
D.$(":button")