<a >9</span>)</a>

<script type="text/javascript">
$(function () {
var cout = 9;
var cdown = setInterval(fndown, 1000);
function fndown() {
$("#tdown").text(cout);
if (cout == 0) {
clearInterval(cdown);
$("#submit").attr("href", "<%= linkurl("services","form") %>").text("同意服务协议");
}
cout--;
}
});
</script>

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2022-01-22
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
相关资源
相似解决方案