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