我杀的那位

我杀的那位

Class
Properties
类型 剧情
地区 美国
导演 恩斯特·刘别谦
演员 莱昂纳尔·巴里摩尔 南茜·卡罗尔 菲利浦·霍尔姆斯 Louise Carter Lucien Littlefield 汤姆·道格拉斯 扎苏·皮茨 Frank Sheridan George Bickel Emma Dunn Reginald Pasch Rodney McLennan
语言 英语
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
我杀的那位的剧情介绍

Haunted by the memory of Walter Holderlin, a soldier he killed during World War I, French musician Paul Renard (Phillips Holmes) confesses to a priest (Frank Sheridan), who grants him absolution. Using the address on a letter he found on the dead man's body, Paul then travels to Germany to find his family. As anti-French sentiment continues to permeate Germany, Dr. Holderlin (Lionel Barrymore) initially refuses to welcome Paul into his home, but changes his mind when his son's fiancée Elsa identifies him as the man who has been leaving flowers on Walter's grave. Rather than reveal the real connection between them, Paul tells the Holderlin family he was a friend of their son, who attended the same musical conservatory he did. Although the hostile townspeople and local gossips disapprove, the Holderlins befriend Paul, who finds himself falling in love with Elsa (Nancy Carroll). When she shows Paul her former fiancé's bedroom, he becomes distraught and tells her the truth. She convinces him not to confess to Walter's parents, who have embraced him as their second son, and Paul agrees to forego easing his conscience and stays with his adopted family. Dr. Holderlin presents Walter's violin to Paul, who plays it while Elsa accompanies him on the piano. The film's original title, The Man I Killed, was changed to The Fifth Commandment to avoid giving wrong impressions in the minds of the public about the character of the story. It ultimately was released as Broken Lullaby.恐怖

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