js代码延迟一定时间后执行一个函数的实例 实例如下:setTimeout(funcName,500);functionfuncName(){xxxxxx;}0.5秒后执行funcName(),只执行一次setInterval( js延迟执行函数