用 php 算 等级
wanfuwu
wanfuwu 2017-05-30 21:13:36
0
2
769

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

成绩进行范围性的判断

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板