📅  最后修改于: 2022-03-11 15:04:20.836000             🧑  作者: Mango
代码示例1
// Use the .children() function, which is like .find(), but only
// searches immediate children.
$('div').children('p');