ct-mobile-first
LMR 5 years ago
parent 6695ddcd44
commit 59ddce8bc4

@ -126,7 +126,7 @@ $(function() {
<tbody class="data_group">
<?php foreach($file as $key=>$it) {
$encode = mb_detect_encoding($it, array('ASCII','UTF-8','GB2312','GBK','BIG5'));
$_it = mb_convert_encoding($it, 'UTF-8', $encode);
$_it = mb_convert_encoding($it, 'UTF8', $encode);
?>
<tr class="data">
<td><?php echo($key+1);?></td>

Loading…
Cancel
Save