不朽故事

不朽故事

Class
Properties
类型 剧情
地区 法国
导演 奥逊·威尔斯
演员 Jeanne Moreau Orson Welles Roger Coggio Norman Eshley
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
不朽故事的剧情介绍

威尔斯唯一一部公映的彩色电影,故事依旧奇情:澳门富商从秘书口中听到一个爱情传说,有人为了香灯有后愿意付钱找人与妻子上床。传说归传说,但澳门富商却要使这个不朽故事成真,找来美女珍.摩露,当正是自己妻子,要她找人轰烈地做爱做的事。乍听下来真是一场天方夜谭,但影片拍来感人至深,53岁的威尔斯与成熟的珍.摩露演出动人不已,最后一个镜头更被影迷形容是「魔术」,令影片入围柏林国际电影节竞逐最佳电影金熊奖。 The only colour film by Welles publicly released is another showcase of the absurdity of human nature. A Macau millionaire is told a legend about someone who is willing to pay a huge sum for someone who would sleep with his wife in order to produce an heir. In an act to make the legend real and to immortalise it, the millionaire finds Jeanne Moreau to be his wife and starts to search for the man who would make love to her. A potent performance by Welles and Moreau makes the film purely magical; a Golden Berlin Bear nominee for Berlin International Film Festival.魔幻

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