j***y 发帖数: 2074 | 1 我想在主页上加一条“Last modified at ...”的话,
可是怎样获得系统时间呢?
谢谢。 |
k*****y 发帖数: 221 | 2 简单的做法:
javascript:
document.lastModified
【在 j***y 的大作中提到】 : 我想在主页上加一条“Last modified at ...”的话, : 可是怎样获得系统时间呢? : 谢谢。
|
c*****t 发帖数: 1879 | 3 Check your web server's documentation on Server Side Include (SSI)
or
you could also configure the output format.
【在 j***y 的大作中提到】 : 我想在主页上加一条“Last modified at ...”的话, : 可是怎样获得系统时间呢? : 谢谢。
|
j***y 发帖数: 2074 | 4 thanks for these cool and simple methods. :)
【在 c*****t 的大作中提到】 : Check your web server's documentation on Server Side Include (SSI) : : or : : you could also configure the output format.
|
j***y 发帖数: 2074 | 5 thank you, done already.
this method is also effective. :)
【在 k*****y 的大作中提到】 : 简单的做法: : javascript: : document.lastModified
|