给input加上autocomplete=”off” 后firefox就不会在刷新时使用缓存值了
如:<input type=‘text‘ autocomplete="off" /> 这样子firefox在刷新时候就不会保留缓存值了啦
禁止Firefox缓存input的值
原文:http://www.cnblogs.com/paly76/p/3524954.html