如何在php内调整倒数计时器的大小?

时间:2019-06-27 02:04:46

标签: php

我想将倒数计时器的大小调整为h1或h2,但是在php文件中我该怎么做?

<?= floor($timer / 60) ?>:<?= (($temp = $timer % 60) < 10) ? '0' . $temp : $temp ?>

0 个答案:

没有答案