求一个PPT计时器。可以浮动在PPT上面的倒计时的软件,谢谢,可以控制、提示演讲者时间。 gecomp@163.com
发布网友
发布时间:2022-04-29 18:02
我来回答
共5个回答
热心网友
时间:2023-10-27 20:24
<title> Nonove js timer 计时器 </title>
<script language="javascript">
var se,m=0,h=0,s=0,ss=1;
function second(){
if((ss%100)==0){s+=1;ss=1;}
if(s>0 && (s%60)==0){m+=1;s=0;}
if(m>0 && (m%60)==0){h+=1;m=0;}
t=h+"时"+m+"分"+s+"秒"+ss+"毫秒";
document.getElementById("showtime").value=t;
ss+=1;
}
function startclock(){se=setInterval("second()",1);}
function pauseclock(){clearInterval(se);}
function stopclock(){clearInterval(se);ss=1;m=h=s=0;}
</script>
<input name="s" type="button" value="开始计时" onclick="startclock()">
<input name="s" type="button" value="暂停计时" onclick="pauseclock()">
<input name="s" type="button" value="停止计时" onclick="stopclock()">
<input name="showtime" style="color:#ff0000;width:200px;" id="showtime" type="text" value="0时0分0秒">
这是代码 你建个文本文档 把文本类型改成 .HTM 就可以弄成一个计时器 !
热心网友
时间:2023-10-27 20:25
我找了几个发到你邮箱了,看看有没有你满意的哈。我邮箱是26156807@qq.com
热心网友
时间:2023-10-27 20:25
能不能发我一份,谢了!邮箱442727073@qq.com
热心网友
时间:2023-10-27 20:26
PowerPoint不是自带一个 排练计时 功能吗
热心网友
时间:2023-10-27 20:27
到锐普ppt里面有 我见过,好久没去看了。注册就能下载的、。
热心网友
时间:2023-10-27 20:24
<title> Nonove js timer 计时器 </title>
<script language="javascript">
var se,m=0,h=0,s=0,ss=1;
function second(){
if((ss%100)==0){s+=1;ss=1;}
if(s>0 && (s%60)==0){m+=1;s=0;}
if(m>0 && (m%60)==0){h+=1;m=0;}
t=h+"时"+m+"分"+s+"秒"+ss+"毫秒";
document.getElementById("showtime").value=t;
ss+=1;
}
function startclock(){se=setInterval("second()",1);}
function pauseclock(){clearInterval(se);}
function stopclock(){clearInterval(se);ss=1;m=h=s=0;}
</script>
<input name="s" type="button" value="开始计时" onclick="startclock()">
<input name="s" type="button" value="暂停计时" onclick="pauseclock()">
<input name="s" type="button" value="停止计时" onclick="stopclock()">
<input name="showtime" style="color:#ff0000;width:200px;" id="showtime" type="text" value="0时0分0秒">
这是代码 你建个文本文档 把文本类型改成 .HTM 就可以弄成一个计时器 !
热心网友
时间:2023-10-27 20:25
我找了几个发到你邮箱了,看看有没有你满意的哈。我邮箱是26156807@qq.com
热心网友
时间:2023-10-27 20:25
能不能发我一份,谢了!邮箱442727073@qq.com
热心网友
时间:2023-10-27 20:26
PowerPoint不是自带一个 排练计时 功能吗
热心网友
时间:2023-10-27 20:27
到锐普ppt里面有 我见过,好久没去看了。注册就能下载的、。
热心网友
时间:2023-10-27 20:24
<title> Nonove js timer 计时器 </title>
<script language="javascript">
var se,m=0,h=0,s=0,ss=1;
function second(){
if((ss%100)==0){s+=1;ss=1;}
if(s>0 && (s%60)==0){m+=1;s=0;}
if(m>0 && (m%60)==0){h+=1;m=0;}
t=h+"时"+m+"分"+s+"秒"+ss+"毫秒";
document.getElementById("showtime").value=t;
ss+=1;
}
function startclock(){se=setInterval("second()",1);}
function pauseclock(){clearInterval(se);}
function stopclock(){clearInterval(se);ss=1;m=h=s=0;}
</script>
<input name="s" type="button" value="开始计时" onclick="startclock()">
<input name="s" type="button" value="暂停计时" onclick="pauseclock()">
<input name="s" type="button" value="停止计时" onclick="stopclock()">
<input name="showtime" style="color:#ff0000;width:200px;" id="showtime" type="text" value="0时0分0秒">
这是代码 你建个文本文档 把文本类型改成 .HTM 就可以弄成一个计时器 !
热心网友
时间:2023-10-27 20:25
我找了几个发到你邮箱了,看看有没有你满意的哈。我邮箱是26156807@qq.com
热心网友
时间:2023-10-27 20:25
能不能发我一份,谢了!邮箱442727073@qq.com
热心网友
时间:2023-10-27 20:26
PowerPoint不是自带一个 排练计时 功能吗
热心网友
时间:2023-10-27 20:27
到锐普ppt里面有 我见过,好久没去看了。注册就能下载的、。
热心网友
时间:2023-10-27 20:24
<title> Nonove js timer 计时器 </title>
<script language="javascript">
var se,m=0,h=0,s=0,ss=1;
function second(){
if((ss%100)==0){s+=1;ss=1;}
if(s>0 && (s%60)==0){m+=1;s=0;}
if(m>0 && (m%60)==0){h+=1;m=0;}
t=h+"时"+m+"分"+s+"秒"+ss+"毫秒";
document.getElementById("showtime").value=t;
ss+=1;
}
function startclock(){se=setInterval("second()",1);}
function pauseclock(){clearInterval(se);}
function stopclock(){clearInterval(se);ss=1;m=h=s=0;}
</script>
<input name="s" type="button" value="开始计时" onclick="startclock()">
<input name="s" type="button" value="暂停计时" onclick="pauseclock()">
<input name="s" type="button" value="停止计时" onclick="stopclock()">
<input name="showtime" style="color:#ff0000;width:200px;" id="showtime" type="text" value="0时0分0秒">
这是代码 你建个文本文档 把文本类型改成 .HTM 就可以弄成一个计时器 !
热心网友
时间:2023-10-27 20:25
我找了几个发到你邮箱了,看看有没有你满意的哈。我邮箱是26156807@qq.com
热心网友
时间:2023-10-27 20:25
能不能发我一份,谢了!邮箱442727073@qq.com
热心网友
时间:2023-10-27 20:26
PowerPoint不是自带一个 排练计时 功能吗
热心网友
时间:2023-10-27 20:27
到锐普ppt里面有 我见过,好久没去看了。注册就能下载的、。