📅  最后修改于: 2022-03-11 14:53:17.128000             🧑  作者: Mango
// one
var d1 = document.getElementById('one');
d1.insertAdjacentHTML('afterend', 'two');
// At this point, the new structure is:
// onetwo