我想setTimeout()在JavaScript中调用两个函数.是否有可能,如果"是"哪一个将首先执行?
setTimeout()
setTimeout(function() { playmp3(nextpage); $.mobile.changePage($('#' + nextpage)); }, playTime);
javascript jquery jquery-mobile
javascript ×1
jquery ×1
jquery-mobile ×1