jQuery通过id和name获取值的区别

$(#'id').函数

$("input[name='name']")

原文地址:https://www.cnblogs.com/xww115/p/10849980.html