ie中new date 解決方案

2021-06-22 09:57:55 字數 411 閱讀 7135

在火狐下 可以正常取得時間,在ie7下 卻是 nan。糾結老長時間,放棄了new date 然後再老外的論壇中找了一段段**可以相容所有瀏覽器的格式化日期**。

var date1=new date(str);

在火狐下 可以正常取得時間,在ie7下 卻是 nan。糾結老長時間,放棄了new date 然後在老外的論壇中找了一段段**可以相容所有瀏覽器的格式化日期**:

function newdate(str)

獲取時間間隔天數

function changeinsuranceperiod()	

} /**

* yongzhian 2014-6-10

* 修復瀏覽器相容

*/ function newdate(str)

IE快取的解決方案

禁止伺服器端快取 response.expires 0 或禁用客戶端快取 htm網頁 asp網頁 response.expires 1 response.expiresabsolute now 1 response.cachecontrol no cache php網頁 header expires...

關於IE快取的解決方案

禁止伺服器端快取 response.expires 0 或禁用客戶端快取 htm網頁 asp網頁 response.expires 1 response.expiresabsolute now 1 response.cachecontrol no cache php網頁 header expires...

IE下的圓角解決方案

當今網頁設計裡涉及到圓角的地方是非常多的,所以這也催生了css3裡面的border radius屬性,但是讓人頭疼的ie8以及以下版本並不支援這一屬性。以下是w3c手冊裡對該屬性相容性的解釋 ie9 firefox 4 chrome safari 5 以及 opera 支援 border radiu...