我的妹妹

我的妹妹

Class
Properties
类型 剧情
地区 其它
导演 斯蒂芬妮·楚特 韦罗妮克·雷蒙
演员 尼娜·霍斯 拉斯·艾丁格 玛尔特·克勒尔 彦斯·阿尔比努斯 托马斯·奥斯特迈尔 Isabelle Caillat Urs Jucker Paulo dos Santos Linne-Lu Lungershausen Moritz Gottwald Noah Tscharland
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
我的妹妹的剧情介绍

Brilliant playwright, Lisa, no longer writes. She lives in Switzerland with her family but her heart has stayed in Berlin, beating to the rhythm of her brother's heart. The ties between the twins have grown stronger since Sven was diagnosed with an aggressive type of leukemia. He's a famous theater actor and Lisa refuses to accept his fate, moving heaven and earth to get him back on stage. She gives her all for her soul mate, neglecting everything else, even risking her marriage. Her relationship with her husband starts to fall apart, but Lisa only has eyes for her brother, her mirror, who connects her back with her deepest aspirations and rekindles her desire to create, to feel alive...爱情

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