function a_b(kkis){
document.body.style.background ='red';
kkis();
}
function fli(){
alert('############');
} a_b(fli);
04-21 07:48