Newer
Older
stamp-2022 / koki / test2.js
function butotnClick(){
        let check = confirm('他のサイトへ移動します。よろしいですか?');
        console.log(check);
    }