1.獲取父級元素 $("#id").parent() 獲取其父級元素 $("#id").parents() 獲取其所有的祖先元素 $("#id").closest() 獲取其最近的祖先元素,依次上溯
function show(x){ &nbs