夜幕救援 Faraaz

夜幕救援 Faraaz

Class
Properties
类型 惊悚 剧情
地区 印度
导演 汉萨·梅塔
演员
语言 英语
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
夜幕救援 Faraaz的剧情介绍

In July 2016, Islamic terrorists stormed a popular café in upscale Dhaka and held its patrons hostage, killing more than 20 people and sending shockwaves across the subcontinent. Faraaz is the youngest son of a rich, politically connected family. That evening, he meets his friends at the café and finds himself caught in the crossfire. How he reacts to the nightmarish situation forms the heart of the story. Offsetting nail-biting tension with unexpected humour – often at the expense of inept law-enforcement officials – Hansal Mehta (Aligarh, LFF 2015) brings his trademark sensitivity, nuance and empathy to this fictionalised retelling. It is particularly striking for the way it looks at religious extremism from the perspective of Muslims who have seen their faith questioned and demonised because of the actions of radical extremists.科幻

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