a = document.getElementById('1')b = a.getElementById('div')console.log(b)b就出错了
id不能二次获取
语法不正确
b = document.getElementById('div')