敝院
敝院的剧情介绍

It’s 1974, and Britain has a hung Parliament. The corridors of Westminster ring with the sound of infighting and backstabbing as the political parties battle to change the future of the nation. This House is a timely, moving and funny insight into the workings of British politics by James Graham (Ink, ITV's Quiz) and directed by Jeremy Herrin (People, Places and Things). This much-loved production enjoyed two sold-out National Theatre runs, a West End transfer and national tour as well as being filmed by National Theatre Live. You can watch This House from 7pm UK time on Thursday 28 May until 7pm UK time on Thursday 4 June 2020. It was filmed live on stage at the National Theatre in 2013. The running time is 2 hours 40 minutes with a very short interval. It is subtitled. The play is suitable for ages 14 with some strong language throughout. -- We hope, as you enjoy this content and the weekly recorded performances, you’ll consider a donation to the National Theatre.悬疑

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