我正在浏览一个 js 文件并登陆这个语句
var dataobj=document.all? document.all.id_name : document.getElementById("id_name")
这是什么意思?like?
是 C++ 中用于紧凑 if else 语句的宏。但在这里js
它代表什么?
function NewsScrollStart(){
dataobj=document.all? document.all.NewsDiv : document.getElementById("NewsDiv")
dataobj.style.top=topspace
setTimeout("HeightData()",( startdelay * 1000 ))
}
这是实际的功能。