PHP를 사용하여 레벨 계산
wanfuwu
wanfuwu 2017-05-30 21:13:36
0
2
786

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

업적은 다양한 기준으로 평가됩니다

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿