zashii-1434

Stats of My Life(おいしい人生を味わうために、コツコツとチャレンジしたことを書くブログ)

2019-05-27から1日間の記事一覧

JavaScript-オブジェクト

自分用メモ。 <html> <head> <style> .div { position: absolute; width:60px; height: 25px; color: green; top:50px; } </style> <script> var ufo; function init() { window.addEventListener("keydown",keydown); ufo = new UFO(document.getElementById("ufo"),100); } function keydown(</head></html>…