湖上女郎

湖上女郎

Class
Properties
类型 剧情 悬疑 犯罪
地区 其它
导演 路易吉·巴佐尼 佛朗哥·罗西里尼
演员 彼得鲍德温 萨尔沃·兰多纳 瓦伦蒂娜·格特斯 皮娅·林斯特隆 Ennio Balbo 布鲁诺·希皮约勒 维托里奥·度瑟 菲利普·勒鲁瓦 维尔娜·丽丝 Jean Rougeul
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-21
湖上女郎的剧情介绍

The famous writer Bernard travels to a small town nearby a lake to spend vacation out of season in the winter. He check in an old hotel owned by Enrico and his daughter Irma expecting to meet the maid Tilde, from whom he had a crush last time he visited the town. However, he discovers that Tilde has committed suicide and when he meets the local photographer, Bernard learns that she was pregnant. He becomes obsessed to find whether she really committed suicide and to guess what really happened. When Enrico's son Mario and his wife Adriana arrive at the hotel, Bernard has daydreams about the fate of Tilde.悲剧

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