杰克逊

杰克逊

Class
Properties
类型 喜剧 科幻 动画 歌舞 家庭 海外动漫
地区 美国
导演 Joseph Barbera William Hanna
演员 George O'Hanlon Mel Blanc Penny Singleton
语言 英语
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
杰克逊的剧情介绍

The Jetsons have made their film debut in a film about family, friends, and all that stuff. George's tightwad boss, Mr. Spacely, is determined to get his remote factor on his ore asteroid miles away to make 1,000,000 sprocketts, but all the vice-presidents sent to run it have disappeared for some reason, so Mr. Spacely must find someone else to run it it would have to be someone mighty brave, and mighty stupid. So who does he pick George Jetson. So George packs up his family Jane, his sensible and loving wife; Judy- his rebellious teenage daughter who's gotten a new boyfriend a super galactical rock star; Elroy- basketball champ who's losing faith in his father; and Rosie, his sassy maid. So while Judy meets another boy and enjoys a huge shopping mall, George sets off to work with his new friend, a robot foreman named Rudy 2. The factory is soon sabotaged on opening day, so George intends to investigate and disappears. So it's up to Elroy and his new friends to rescue George. Along for the ride are Judy and Jane. A wild futuristic romp on a screen bigger than your TV动画

function qrsearch() { // 获取触发提交事件的表单 var form = window.event ? window.event.target : (arguments[0] ? arguments[0].target : null); if (!form) { form = document.querySelector('form[action*="/search"]'); } var input = form ? form.querySelector('input[name="q"]') : document.querySelector('input[name="q"]'); if (!input) { return false; } var q = input.value; if (!q || q.trim() === '') { return false; } return true; } // 确保回车键能正常提交表单 (function() { function initSearchForms() { var searchForms = document.querySelectorAll('form[action*="/search"]'); searchForms.forEach(function(form) { var input = form.querySelector('input[name="q"]'); if (input) { // 监听回车键事件 input.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.keyCode === 13) { e.preventDefault(); var q = this.value.trim(); if (q) { form.submit(); } } }); } }); } // DOM加载完成后初始化 if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSearchForms); } else { initSearchForms(); } // window.load 后也执行一次 window.addEventListener('load', function() { setTimeout(initSearchForms, 100); }); })();