找考题网-背景图
单项选择题

在获取id值为btn的元素的value值,下面代码正确的是()。

A.$("#btn").val()
B.$("#btn").val(value)
C.$("#btn").value()
D.$("#btn").value(val)

热门试题