PHP 404判斷與js 404判斷
php判斷404:
$url = home_url()."/wp-content/themes/twentythirteen/pic/".$result['pic']; $headers = @get_headers($url); if(strpos($headers[0],'404') ) { $url=home_url()."/wp-content/themes/twentythirteen/pic/default.png"; }
js404:
以上介紹了PHP 404判斷與js 404判斷,包括了方面的內容,更多相關內容請關注PHP中文網(www.php.cn)!