主题:这代码什么意思
function ShowLayer(obj) {
if(obj.style.display=='none') {
obj.style.display='block';
}
else {
obj.style.display='none';
}
}
//-->
</script>
if(obj.style.display=='none') {
obj.style.display='block';
}
else {
obj.style.display='none';
}
}
//-->
</script>