最卑鄙的谋杀

最卑鄙的谋杀

Class
Properties
类型 剧情 喜剧 悬疑 惊悚 犯罪
地区 英国
导演 乔治·波洛克
演员 玛格丽特·鲁斯福德 朗·穆迪 查尔斯‘巴德’汀格维尔
语言 英语
TAG标签 影视
评分 0.0 分
更新时间 2026-01-20
最卑鄙的谋杀的剧情介绍

Although the evidence appears to be overwhelming in the strangulation murder of a blackmailer, Miss Marple's sole 'not guilty' vote han gs the jury 11-1. She becomes convinced that the real murderer is a member of a local theatrical troupe, so she joins them in order to gather information. The clues lead back many years to a single disastrously unsuccessful 1951 performance of a dreadful play written by the group's hammy director, H. Driffold Cosgood. Although at that time, several of the current cast members were only children, more murders follow before Miss Marple ultimately exposes the killer. 英国影片。片长90分,根據Mrs. McGinty's Dead改編,原著是波羅故事。因影片将主角变为马普尔小姐和剧情的更改引起原小說作者克里斯蒂强烈不满,影片本身也遭遇票房和评论惨败。主演Margaret Rutherford还出演過另外3部以马普尔小姐为主角的电影,其中1部亦是根据波洛故事改编(「葬礼之后」),另1部是原创剧本。80年代在多部电视剧中扮演塔彭丝的Francesca Annis也在本片中扮演一个小角色。功夫

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