mirror of
https://github.com/hakasenyang/marumaru-php-parser
synced 2026-08-24 02:53:08 +09:00
소스 중복 사용 제거
소스를 중복으로 사용 할 필요가 없음으로 제거.
This commit is contained in:
@@ -101,7 +101,6 @@ startdata:
|
|||||||
if ($image)
|
if ($image)
|
||||||
{
|
{
|
||||||
$jsonon = ($_GET['json'] == 1) ? true : false;
|
$jsonon = ($_GET['json'] == 1) ? true : false;
|
||||||
$aaa = explode('data-src="', $data);
|
|
||||||
|
|
||||||
for($i=1;$i<count($aaa);$i++)
|
for($i=1;$i<count($aaa);$i++)
|
||||||
echo '<img src="'.trim(explode('"', $aaa[$i])[0]).'"><br>';
|
echo '<img src="'.trim(explode('"', $aaa[$i])[0]).'"><br>';
|
||||||
|
|||||||
Reference in New Issue
Block a user