function $(id) { return typeof id === "string" ? document.getElementById(id) : id; }他的作用是什么,应该怎么去理解这行代码 查看完整描述