禁止Firefox缓存input的值

给input加上autocomplete=”off” 后firefox就不会在刷新时使用缓存值了

如:<input type='text' autocomplete="off"  /> 这样子firefox在刷新时候就不会保留缓存值了啦

 

 

posted on 2014-01-18 11:49  paly76  阅读(111)  评论(0)    收藏  举报

导航