master
LMR 2 years ago
parent b365bc5073
commit 00718cf541

@ -193,16 +193,18 @@
</tr>
</thead>
<tbody class="data_group">
<?php $c = 1; ?>
<?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);
$_it = preg_replace('/#(.*)$/i', '', $it);
if (strlen($it) != strlen($_it))
continue;
$c++;
?>
<tr class="data">
<td>
<?php echo ($key + 1); ?>
<?php echo ($c); ?>
</td>
<?php if (strlen($_it) > 100) { ?>
<td class="file" title="<?php echo ($_it); ?>">

Loading…
Cancel
Save