标签: php
我想将倒数计时器的大小调整为h1或h2,但是在php文件中我该怎么做?
<?= floor($timer / 60) ?>:<?= (($temp = $timer % 60) < 10) ? '0' . $temp : $temp ?>