<html>
<script type="text/javascript">
windowonload = function()
{
var show = documentgetElementById("show");
setInterval(function()
{
var time = new Date();
//程序计时的月从0开始取值后+1
var m = timegetMonth() + 1;
var t = timegetFullYear() + "-" + m + "-" + timegetDate() + " " + timegetHours() + ":" + timegetMinutes() + ":" + timegetSeconds();
showinnerHTML = t;
}, 1000);
};
</script>
<div id="show"></div>
</html>
<!DOCTYPE HTML>
<html>
<head>
<meta charset=utf-8>
<title>audio</title>
<script>
onload = function(){
adoaddEventListener("timeupdate",function(){
consolelog(thiscurrentTime);
});
adoaddEventListener("loadedmetadata",function(){
thisplay();
});
}
</script>
</head>
<body>
<audio id="ado" src="/i/horseogg" controls="controls">
Your browser does not support the audio element
</audio>
</body>
</html>
cmpoaddEventListener("model_time", "modelTimeHandler");//侦听当前项播放时间改变function modelTimeHandler(data) { var playtime = cmpoitem("position");//取得当前项播放时间 if (playtime==5){ //这里是播放时间到5秒时, //这里是你想做的动作; }}不知道这样写行不行,试试?
以上就是关于求教3.9 js中获取当前时间的方法全部的内容,包括:求教3.9 js中获取当前时间的方法、如何用JS实现播放时间的实时获取、如何用JS实现播放时间的实时获取等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)