Javascript Notes
- Regular expressions
1 | //删除开头和结尾所有的空格 |
1 | 注: |
- setTimeout(message, 3000);
Execute the function message once after 3 seconds. If you want to repeat the execution, you need to call setTimeout again in the message function
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
评论