核心程式碼: 複製程式碼 程式碼如下: var arr = new Array() arr[0] = $(this).parents("tr")[0]; arr[1] = $(this).parents("tr").next()[0]; var dom = $(arr); $(dom).find("td.title a").hide(); $(dom).find("td.title input ").show();