2

5 秒後に開始される関数の settimeout を設定するにはどうすればよいですか。

function test(fnn) {
   setTimeout(fnn,5000);
}
test($('#id').addClass('qwerty'));
4

2 に答える 2