ホームページ  >  に質問  >  本文

PHPを使用してレベルを計算します

20170530161608_365.png

<?php
    $aaa = "67";
    $bbb = "98";
    $ccc = "43";
    ?>
<table class="auto-style1" style="width: 28%; height: 134px">
    <tr>
        <td class="auto-style2">姓名</td>
        <td class="auto-style2">成绩</td>
        <td class="auto-style2">等级</td>
    </tr>
    <tr>
        <td class="auto-style2">AAA</td>
        <td class="auto-style2"><?php
         echo $aaa;
 ?></td>
        <td class="auto-style2"></td>
    </tr>
    <tr>
        <td class="auto-style2">BBB</td>
        <td class="auto-style2"><?php
         echo $bbb;
 ?></td>
        <td class="auto-style2">&nbsp;</td>
    </tr>
    <tr>
        <td class="auto-style2">CCC</td>
        <td class="auto-style2"><?php
         echo $ccc;
 ?></td>
        <td class="auto-style2">&nbsp;</td>
    </tr>
</table>

階層型セルのランキングを実現するにはどうすればよいですか?


wanfuwuwanfuwu2720日前756

全員に返信(2)返信します

  • PHP中文网

    PHP中文网2017-05-31 09:32:23

    リーリー


    返事
    0
  • PHP中文网

    上位から順にランキングを表示

    PHP中文网 · 2017-05-31 09:41:11
  • phpcn_u2725

    phpcn_u27252017-05-31 09:31:42

    成果は範囲に基づいて評価されます

    返事
    0
  • キャンセル返事