|
|
|
|
@ -193,14 +193,18 @@
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody class="data_group">
|
|
|
|
|
<?php $c = 0; ?>
|
|
|
|
|
<?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); ?>">
|
|
|
|
|
|