[JS] 함수

function showshow(data){
    alert(data);
}

showshow('test');

Comments