使用jquery上方的我的频道使用ul li来做,假定ul的id设置为no1将下面的频道也使用ul li来做,假定ul的id设置为no2$("#no2 li").click(function(){$(this).appendTo$("#no1");};