$( ‘BR’),删除().
但我需要在页面的其他地方保留一些休息时间,
如何从id为“grape1”和“grape12”的div中删除中断,但保留其他所有内容?
$('#grape1,#grape12').find('br').remove();