单项选择题

A.pst.setInt("3",2000)
B.pst.setInt(3,2000)
C.pst.setFloat("salary",2000)
D.pst.setString("salary","2000")