Key Up (Branch 4437)
✨ นายภานุพงศ์ เฉลยรัตน์
<html> <head> <title>Let's Start </title> <style> :root{ --h: 0; --l:50%; } body{ background:red; } </style> </head> <body> <script type="text/javascript"> document.body.onkeyup = function(e){ console.log(e); main.dataset.key = e.key } </script> </body> </html>