赞
踩
var slideArr=new Array( 'slideLeft', 'slideTop', 'slideRight', 'slideBottom', 'slideLeftTop', 'slideTopRight', 'slideRightBottom', 'slideBottomLeft' ); function slideLeft(width,height,time){ console.log(width,height,time) } var width = 22,height = 2,time = 3; function execFunc(string,width,height,time) { eval(slideArr[0]+'(width,height,time)'); } execFunc(slideArr[0],1,2,3);
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。