有要问本的问题吗?

有要问本的问题吗?

Class
Properties
类型 喜剧
地区 其它
导演 罗波 斯提齐
演员 约什·劳森 瑞切尔·泰勒 Daniel Henshall Felicity Ward 克里斯蒂安·克拉克 乔迪·戈登 David James
语言 英语
TAG标签 影视
评分 0.0 分
更新时间 2026-01-21
有要问本的问题吗?的剧情介绍

For 27-year-old Ben (Josh Lawson), life couldn’t be better. A well paid job, friends, parties, girls and nothing to tie him down. But when he is invited back to his old school to join several other ex-students including Alex (Rachael Taylor) and Jim (Ed Kavalee) in talking about their personal achievements, something goes wrong. Ben is the only speaker not to be asked a question by the school kids. This triggers a year of soulsearching and looking for answers in all the wrong places. From his best friend Andy (Christian Clark) whose solution is that they both take another holiday, to his mentor Sam (Lachy Hulme) who loans him a sports car in the belief that there’s nothing like excessive speed to resolve emotional turmoil. Not even Ben’s father (Rob Carlton) or friends Nick (Daniel Henshall) and Em (Felicity Ward) can offer much in the way of meaningful guidance. Of course, it’s not easy seeking enlightenment in nightclubs, or on the ski fields of New Zealand, and when you start dating a Russian tennis star things can get really complicated. As the poster boy for a generation desperate to tick every box, Ben begins to suspect that the meaning of life may well reside in the things he's already doing - and a girl he used to know.悬疑

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