©Ce document utiliseManuel du site Web PHP chinoisLibérer
在给定的父元素下匹配所有的子元素
任何有效选择器
用以匹配元素的选择器,并且它是第一个选择器的子元素
匹配表单中所有的子级input元素。
$("form > input")
[ ]