ct-mobile-first
LMR 5 years ago
parent 6c387a3047
commit 63181801ee

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

Loading…
Cancel
Save