太阳系的奇迹

太阳系的奇迹

Class
Properties
类型 纪录片
地区 英国
导演 Gideon Bradshaw
演员 布莱恩·考克斯
语言 英语
TAG标签 影视
评分 0.0 分
更新时间 2026-01-21
太阳系的奇迹的剧情介绍

布赖恩考克斯教授游历地球上一些最令人惊奇的地点,向观众展示和剖析自然法则所造就的太阳系的伟大自然奇观。 第1集 太阳帝国 第 2集 从混沌到秩序 第3集 蔚蓝色的大气层 第4集 生与死 第5集 未知世界 Professor Brian Cox visits some of the most stunning locations on earth to describe how the laws of nature have carved natural wonders across the solar system. In this first episode Brian explores the powerhouse of them all, the sun. In India he witnesses a total solar eclipse ...动画

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); }); })();