ct-mobile-first
LMR 5 years ago
parent 59ddce8bc4
commit 548166a6f7

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

Loading…
Cancel
Save