0
我試圖引爆一些鏈接,但其中一些含有7 /
,其中一些有6 /
爲此我得到錯誤Notice: Undefined Offset 7
,我怎麼能解決這個問題:未定義不同數量的偏移
$imagethumb = array('6 slashes in url','7 slashes'); // this is just for simulating
$imagethumbs = explode('/', $imagethumb);
$thumbname = $imagethumbs[7];