2011-05-05 40 views

回答

0

如果你願意使用JavaScript,那麼這裏有雲:

var img = new Image(); 
img.src = "..."; // your 404 page goes here. 

希望它能幫助:)

相關問題