这是我的try代码:
$("div[id^='car']:last").after('put the clone div here');
$("#car2").clone().insertAfter("div.car_well:last");