王牌案件

王牌案件

Class
Properties
类型 悬疑 家庭 剧情
地区 美国
导演 Kevin Kaufman
演员 利普丽·索博 Lev Gorn 苏珊·萨兰登 马克·门查卡
语言 英语
TAG标签 影视
评分 0.0 分
更新时间 2026-01-21
王牌案件的剧情介绍

When 10-year old Olivia's Mom goes on a business trip for the weekend, she leaves Olivia home alone with her 17-year-old brother Miles in charge. The first night, Olivia falls asleep on the couch, and wakes up, not realizing how late it is. She walks her dog Charlie without Miles knowing, and witnesses a young woman being kidnapped on the empty New York City streets. Olivia runs home and tells Miles, but he doesn't believe her. The next morning, she explains what happened to local cops, and they don't believe her either! Only a cynical female detective named Dottie (played by Academy Award winner Susan Sarandon) listens to Olivia, but she too is skeptical. Undaunted, Olivia bravely launches her own investigation, putting herself into perilous situations. Her can-do spirit ignites one extraordinary adventure after another. Can she outwit the bad guys and convince her brother and Dottie of the truth in time to save the day青春

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