zoukankan      html  css  js  c++  java
  • 20180418

    <!DOCTYPE html>
    <html>
    
        <head>
            <meta charset="utf-8" />
            <title></title>
            <script type="text/javascript" src="js/JQ3.3.1.js"></script>
            <script type="text/javascript" src="js/bootstrap.js"></script>
            <script type="text/javascript" src="js/control/js.js"></script>
            <link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> </head>
    
        <body>
            <div class="container">
                <div class>
                    <div>
                        <table class="table table-striped table-bordered">
                            <tr>
                                <td>序号</td>
                                <td>所属部门</td>
                                <td>姓名</td>
                                <td>基本工资</td>
                                <td>提成工资</td>
                                <td>绩效工资</td>
                                <td>伙食补贴</td>
                                <td>工龄补贴</td>
                                <td>交电补贴</td>
                                <td>岗位津贴</td>
                                <td>全勤奖</td>
                                <td>出勤天数(天)</td>
                                <td>迟到</td>
                                <td>事假</td>
                                <td>旷工</td>
                                <td>应发工资(元)</td>
                                <td>社保</td>
                                <td>个人所得税</td>
                                <td>其他</td>
                                <td>实发工资(元)</td>
                                <td>备注</td>
                            </tr>
                            <tr>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                                <td> <input type="text" class="form-control" id="exampleInputEmail3" placeholder=""> </td>
                            </tr>
                        </table>
                    </div>
    
                    <div> <button type="button" class="btn btn-primary" onclick="">添加行</button> <button type="button" class="btn btn-danger">删除行</button> </div>
                </div>
            </div>
        </body>
    
    </html>
  • 相关阅读:
    python3-file的修改实现类似shell中sed的功能
    python3-字典的循环
    python3-file文件操作
    python3-字典的增删改查
    python3-字典中存储列表
    python3-字典中的一些常用方法
    python3-字典中包含字典
    报错调试和工具使用
    (三)、Struts第三天
    struts体系结构
  • 原文地址:https://www.cnblogs.com/ssC2H4/p/8876625.html
Copyright © 2011-2022 走看看