最后的追捕

最后的追捕

Class
Properties
类型 西部 剧情
地区 美国
导演 克里斯蒂安·卡玛戈
演员 Martin Sensmeier Mainei Kinimaka 扎恩·迈克拉农 杰森·莫玛 艾米·西米茨 坦图·卡丁诺 Charlie Brumbly
语言 英语
TAG标签 影视
评分 0.0 分
更新时间 2026-01-21
最后的追捕的剧情介绍

In 1909, amidst the dying old west, Willie Boy, a long distance Desert Runner by Chemehuevi tradition, falls in love with young native beauty, Carlota. Carlota's father, a Chemehuevi shaman and local tribal leader, refuses to let the young couple be together. In a fatal confrontation, Carlota's father falls dead to an accidental gun shot and the young lovers flee to the sun enslaved Mohave desert. The local sheriff leads a mounted posse armed with fire power and two Native American trackers seeking justice for their murdered tribal leader. Willie Boy and Carlota evade capture outlasting the men and their horses. However, fake news stories meant to sell papers adds to the mounting pressure to capture Willie Boy. In a desert that purifies all, the search for Willie Boy forces everyone to face their own demons in this tragic tale of love, death, and desert heat.惊悚

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