<!doctype html> <html> <head> <title>onload test</title> <script> function load() { console.log("Evento de carregamento detectado!"); } window.onload = load ...
確定! 回上一頁