var html = '
  • ' + ' 解决方案' + '' + '
  • '; var ul = document.querySelector("#firstnav > div > ul"); ul.insertAdjacentHTML('afterbegin', html);