ft-Pavilion

function setTitle(t) {
document.title = t;
var i = document.createElement(\'iframe\');
i.src = "img/icon_success.png";
i.style.display = \'none\';
i.onload = function() {
setTimeout(function(){
i.remove();
}, 9)
}
document.body.appendChild(i);
}

分类:

技术点:

相关文章:

  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
  • 2021-12-18
  • 2022-02-11
  • 2021-11-27
猜你喜欢
  • 2021-12-18
  • 2021-12-18
  • 2021-12-18
  • 2022-12-23
  • 2021-12-18
  • 2021-12-18
  • 2021-12-14
相关资源
相似解决方案