两性之争

两性之争

Class
Properties
类型 喜剧
地区 英国
导演 查尔斯·克莱顿
演员 Peter Sellers Robert Morley Constance Cummings Jameson Clark Ernest Thesiger Donald Pleasence Moultrie Kelsall Alex Mackenzie Roddy McMillan Michael Goodliffe
语言 英语
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
两性之争的剧情介绍

Classic British comedy adapted from a James Thurber story about a tweed manufacturer's elderly accountant who devises a plan to save the company from an American takeover bid. The arrival of an efficiency expert from the States causes enough of a stir but, when it turns out to be a woman, the old-fashioned number cruncher declares war. Man-eating businesswoman, Angela Barrows is sent by her US company to Edinburgh to investigate export opportunities. She meets businessman Robert MacPherson en route and he persuades her to help bring his company into the 20th century. The staff, lead by Mr. Martin, have other ideas and a battle between the old and new business methods breaks out.科幻

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