2007年1月10日
摘要: 采用AJAX技术的时候 通常我们无刷新页面提交数据后 用同样的url去获取数据的时候会发现是以前的数据~那样就给client端带来假象了~~ 采用以下的方法可以取消缓存htm网页 <metahttp-equiv="pragma"content="no-cache"> <metahttp-equiv="cache-control"content="no-cache,must-revalidate"> <metahttp-equiv="expires"content=& 阅读全文
posted @ 2007-01-10 18:30 springside例子 阅读(164) 评论(0) 推荐(0) 编辑