Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

PAGE INFO WINDOW DISPLAY

  • 4 trả lời
  • 6 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi Arnaud

more options

There are two methods to reach the info I'm having trouble with.

   *  At the top of the Firefox window On the menu bar, click on the Tools menu then select Page Info.
   * Right-click an image on a page, click 'view image info.'

Under the 'general' tab you see a line marked 'modified' with a day and a time. My problem is that I'm getting the exact date and time on a variety of images from all sorts of pages. Is it safe to assume that these dates and times mean nothing, or is there a bug in the system?

There are two methods to reach the info I'm having trouble with. * At the top of the Firefox window On the menu bar, click on the Tools menu then select Page Info. * Right-click an image on a page, click 'view image info.' Under the 'general' tab you see a line marked 'modified' with a day and a time. My problem is that I'm getting the exact date and time on a variety of images from all sorts of pages. Is it safe to assume that these dates and times mean nothing, or is there a bug in the system?

Tất cả các câu trả lời (4)

more options

These days many pages are generates on web servers via a server side script (ASP, php etc) and in such cases the date and time will be the current date and time.
Only pages that are stored on a server will show an useful last modified date.

more options

OK cor-el, no offense, but that reply provides nothing in the way of help or a solution. Maybe you should read my post a bit more carefully.

more options

I don't know whether you will like this response any better...but this is my understanding.

A web server sends a number of headers prior to sending a page or image. These include such things as the content type, so the browser knows how to display it. The server optionally can send a Last-Modified header, but often does not do so. When it does not do so, Firefox displays the time it was modified in Firefox's own cache, rather than the time it was last modified on the server. So the data is not "meaningless", but it doesn't answer the question I think you want answered.

more options

I think The_Gov expected to have an equivalent date to filemtime in PHP.