在Head中加入<meta name="save" content="history">

添加css:

 

 <style type="text/css">
    input{behavior:url(#default#savehistory)};
  </style>

 

e.g. 页面上存在<input type=text />

给 input输入值后刷新页面看看,输入的值还在

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-22
  • 2021-05-21
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案