发布网友 发布时间:2023-11-30 21:38
共1个回答
热心网友 时间:2024-11-17 09:51
可以参考下面的代码:
var tag="off";//记录开关状zd态
function test(obj){
//打开
if(tag=="off"){
obj.style.height="150px";//展开的高度版
tag="on";//开关设为打开状态
}else{
obj.style.height="0px";//高度设权为0
obj.style.display="none";//隐藏
tag="off";//开关设为关闭
}
}
扩展资料:
javaScript参考函数
getHours() 返回小时数(0-23)
getMinutes() 返回分钟(0-59)
getSeconds() 返回秒数(0-59)
getMilliseconds() 返回毫秒(0-999)
getUTCDate() 依据国际时间来失掉日(1-31)
getUTCMinutes() 根据邦际光阴来往归分钟(0-59)
getUTCSeconds() 依据国际时间来返回秒(0-59)
getUTCMilliseconds()依据国际时间来返回毫秒(0-999)
参考资料来源:百度百科-javascript