如何在CSS中舍入小数位

时间:2018-05-04 17:11:16

标签: html css

我有一个html表。我想将单元格内容舍入为2位小数。

<table>
            <thead>
                <tr>
                    <th>Item</th>
                    <th>Price</th>
                </tr>
            </thead>
            <tr>
                <td>Laptop</td>
                <td>2000.0000</td>
            </tr>
            <tr>
                <td>Mobile</td>
                <td>1000.0000</td>
            </tr>
        </table>

我可以选择仅使用CSS。这可能在CSS中吗?

1 个答案:

答案 0 :(得分:-1)

使用jQuery就是这样的,假设每个包含数字的单元格都有var check_ll_ctq = document.getElementById("ll_ctq"); 类:

if (check_ll_ctq.className === "red_cross") {
    alert("Yes");
  } else {
    alert("No");
  }