master
LMR 1 year ago
parent 359df1fd8e
commit a136eefbe6

@ -194,8 +194,8 @@
</thead>
<tbody class="data_group">
<?php foreach ($file as $key => $it) {
$encode = mb_detect_encoding($it, array('ASCII', 'GBK', 'ISO-8859-1', 'UTF-8'));
$_it = mb_convert_encoding($it, 'UTF8', $encode);
// $encode = mb_detect_encoding($it, array('ASCII', 'GBK', 'ISO-8859-1', 'UTF-8'));
// $_it = mb_convert_encoding($it, 'UTF8', $encode);
$_it = preg_replace('/#(.*)$/i', '', $_it);
?>
<tr class="data">

Loading…
Cancel
Save