function getLI(id){
    // 补全代码
    return document.getElementById(id)//document.getElementById(id)	通过元素 id 来查找元素
}