用 php 算 等級
wanfuwu
wanfuwu 2017-05-30 21:13:36
0
2
795

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>

怎麼實作等級單元格名次?


wanfuwu
wanfuwu

全部回覆(2)
Ty80

雷雷


  • 回覆 名次從高到低顯示
    PHP中文网 作者 2017-05-31 09:41:11
phpcn_u2725

成績進行範圍性的判斷

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板