kojaenuzmyde
mp3 분초 계산 하기
본문 바로가기
팀TIM 사랑합니다
김상민 - You
정국 Jung Kook of BTS Fahad Al Kubaisi - Dreamers
치타 - 솔아 솔아 푸르른 솔아
MC Sniper-Better Than Yesterday
Adele - Rolling in the Deep
디셈버 노래모음
SG Wannabe (SG워너비) 노래모음 BEST 17곡
가비엔제이 노래모음 - 전곡가사포함
너무 아픈 사랑은 사랑이 아니었음을_ 일어나 - 김광석
Wonder Woman - Fight Song
Youtube: SIA - Unstoppable Lyryics video
Youtube: Jennifer Lopez - On The Floor ft. Pitbull
YouTube: Luis Fonsi - Despacito ft. Daddy Yankee
YouTube: Westlife - My Love
YouTube: 김동욱-Gold
Youtube: 내가 듣고있는 2010년~2021년 드라마ost 모음집
Youtube: BEST TOP 100 베스트 발라드 모음
Youtube: 2000년~2003년, 20대~50대 추억의 발라드
그누보드 _자유로운 _개발자

mp3 분초 계산 하기

by AICanvas 2023. 4. 11.
728x90
SMALL
<? 
$a='30';//분 
$b='60000'; 
$c='3';//시간 
$e='4080000'; 
$f='480000'; 
$hs = $a*$b;//분초계산 
$hsa = $c*$e-$f;//분시간계산 
$sum = $hs+$hsa; 
echo $sum 
?> 
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> 
    </head> 
    <body> 
        <div id='audio'>오디오태그</div> 
        <script type='text/javascript'> 
            $(document).ready(function (){ 
                $("#audio").stop("true").delay('<?php echo $sum ?>').queue(function() { 
                    $(this).html('<audio controls="controls" autoplay="autoplay"><source src="song.mp3" type="audio/mp3" /></audio>'); 
                }); 
            }); 
        </script>
728x90
LIST

댓글