伪装者2016

伪装者2016

Class
Properties
类型 剧情 惊悚
地区 其它
导演 瓦洛·图姆拉
演员 玛丽·亚伯 安德烈斯·莱皮克 莱恩·马吉 梅特尔·波拉 米里斯·雷梅德 普里特·沃伊马斯特
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
伪装者2016的剧情介绍

为了修复感情裂痕,安娜和尤汉来到朋友海边的别墅度假。海泳时,他们偶遇失足礁石而意外受伤的陌生女人。安娜和尤汉将她和她丈夫收留进别墅,假装是屋子的主人。谁知,这一决定竟引发了一连串的伪装、角色扮演和心理游戏,事态也一步步走向暴力冲突和灾难的边缘…… Intent on repairing a rift in their relationship, Anna and Juhan retreat to a seaside house lent to them by well-heeled friends. After witnessing an accident on rocky shore, they take in a wounded woman and her husband - a couple they find they have a lot in common with. Anna and Juhan begin to pretend they own the house, engaging their guests in a game of domination that propels their relationship to the brink of destruction.犯罪

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