解决方法
选中此项以设置自定义消息.
$(document).ready(function() { $('#data_table_id').DataTable( { "language": { "lengthMenu": "Display -- records per page","zeroRecords": "No matching records found - We don't add anything yet No data available in table - no data of your choice.","infoEmpty": "No records available" } } ); } );