偏执狂

偏执狂

Class
Properties
类型 剧情 惊悚
地区 其它
导演 翁贝托·伦齐
演员 卡罗尔·贝克 洛乌·卡斯特尔
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
偏执狂的剧情介绍

This film is an extremely entertaining psychological thriller with Carrol Baker excellent as a rich American widow getting away from it all at a secluded Italian villa. Enter smart aleck down on his luck playboy, Lou Castel, who has some golddigging motives behind his slick hipster seduction techniques and has no qualms about how he gets what he wants. He encourages Baker's character's incipient alcoholism and dubious self-esteem, brings in his supposed 'sister' to help drag Baker even further into a maze of sick mind games, drug addiction and group sex, all culminating in a descent into near-madness and self-destructive depravity. I won't give away anymore, suffice to say that the film delivers on its swinging sixties, Euro sleaze ambience and psychological suspense thriller credentials in spades. Director Umberto Lenzi's work has been, at best, uneven and he's churned out his share of crap. However, he made some quite good giallos and crime pictures in the sixties and seventies and this is one of them (other good films by Lenzi -- SPASMO, SEVEN BLOODSTAINED ORCHIDS, ASSAULT WITH A DEADLY WEAPON, to name only a few). Unfortunately this film is ofen confused with another okay but not-quite-as-good Lenzi film that was also released briefly here in America under the same PARANOIA title (but is more commonly known, especially on video, as A QUIET PLACE TO KILL).惊悚

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