개발(SW)
php에서 알림창 띄우기
술수
2021. 10. 6. 11:33
728x90
막상 쓰려고 하면 생각이 나지 않은.....
<?php
echo "<script>alert(\"변수 또는 문자열 입력\");</script>";
?>
728x90