没有和解

没有和解

Class
Properties
类型 剧情
地区 其它
导演 让-马里·斯特劳布 达尼埃尔·于伊耶
演员 Heinrich Hargesheimer Carlheinz Hargesheimer Martha Staendner 达尼埃尔·于伊耶 Henning Harmssen Ulrich Hopmann Joachim Weiler Eva-Maria Bold Hiltraud Wegener Ulrich von Thüna Ernst Kutzinski Karl Bodenschatz Heiner Braun Georg Zander Lutz Grubnau 若阿内斯·巴尔斯基 保罗·埃塞尔
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-21
没有和解的剧情介绍

The subtitle of Jean-Marie Straub and Danièle Huillet’s first feature, from 1965, “Only Violence Helps Where Violence Reigns,” suggests the fierce political program evoked by their rigorous aesthetic. The pretext of the film, set in Cologne, is Heinrich Böll’s novel “Billiards at Half Past Nine,” which they strip down to a handful of stark events and film with a confrontational angularity akin to Bartók’s music that adorns the soundtrack. The subtlest of cues accompany the story’s complex flashbacks. The middle-aged Robert Fähmel tells a young hotel bellhop of persecutions under the Third Reich; his elderly father, Heinrich, an architect famed for a local abbey, recalls the militarism of the First World War, when his wife, Johanna, incurred trouble for insulting the Kaiser. A third-generation Fähmel is considering architecture, just as the exiled brother of Robert’s late wife, returns, only to be met by their former torturer, now a West German official taking part in a celebratory parade of war veterans. Straub and Huillet make the layers of history live in the present tense, which they judge severely. The tamped-down acting and the spare, tense visual rhetoric suggest a state of moral crisis as well as the response—as much in style as in substance—that it demands.热血

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