12345678910111213141516 |
- {
- "lengthMenu": "每页 _MENU_ 条",
- "zeroRecords": "没有找到记录",
- "info": "共 _TOTAL_ 条",
- "infoEmpty": "无记录",
- "infoFiltered": "(从 _MAX_ 条记录过滤)",
- "sSearch": "搜索:",
- "sEmptyTable": "表中数据为空",
- "sLoadingRecords": "载入中...",
- "oPaginate": {
- "sFirst": "首页",
- "sPrevious": "上页",
- "sNext": "下页",
- "sLast": "末页"
- }
- }
|