摘要: 1、定时器 setTimeout(function(){ alert(123) },1000) setTimeout(function(num){ alert(num) },1000,123) 两种写法不一样,参数个数不一样,但实现的功能一样 2、拼接字符串 方法一:可以使用 + 拼接 docume 阅读全文
posted @ 2018-11-27 21:46 Amy* 阅读(294) 评论(0) 推荐(1)