表示name的值是以???开头的元素 好比$("input[name^='hi']")就会选择如下的元素 <input type ="text" name ="hiworld" / >.
相似的还有 $ 结尾 * 包含 ! 不等于spa