单项选择题

A.$(’li’).prependTo($(’li:last’))
B.$(’li’).appendTo($(’li:last’))
C.$(’li’).insertBefore($(’li:last’))