android - How to perform delay operations on weex pages, such as countdown
怪我咯
怪我咯 2017-05-16 13:35:13
0
2
1022

Make a timer for registering to obtain the verification code. How to write it? Using window.timeout does not work on Android

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(2)
PHPzhong

setTimeout , setInterval It can be used directly, refer to here: https://github.com/weex-plugi...

刘奇

Use it like in js

<script>
    setTimeout(function(){
      //do some thing
    },1000);
</script>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!