如何在不使用查询字符串的情况下将消息传递到404页面?

时间:2011-05-05 05:49:06

标签: http-status-code-404 message

如何在不使用查询字符串的情况下将消息传递到404页面?

1 个答案:

答案 0 :(得分:0)

如果您愿意使用JavaScript,那么请点击:

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

希望有所帮助:)