Superhero movie recasts can be fascinating! Here’s a list focusing on major roles.
- Batman Begins (2005) → The Dark Knight (2008): Michael Keaton as Batman (originally played by Christian Bale in The Dark Knight Rises)
- Iron Man 2 (2010) → Iron Man 3 (2013): Sam Rockwell as Obadiah Stane (originally played by Jeff Bridges)
- Captain America: The First Avenger (2011) → Captain America: The Winter Soldier (2014): Hugo Weaving as Johann Schmidt/Hydra Agent 13 (originally played by Sebastian Stan in The Winter Soldier)
- Thor (2011) → Thor: Ragnarok (2017): Stellan Skarsgård as Odin (originally played by Anthony Hopkins)
Pro tip: Recasts often happen due to creative differences or actor availability, making each version unique.
What we found online:
- Python 列表 (List) | 菜鸟教程 — Python 列表 (List) 序列是Python中最基本的数据结构。序列中的每个元素都分配一个数字 - 它的位置,或索引,第一个索引是0,第二个索引是1,依此类推。 Python有6个序列的内置类型,但最常见的是列 … (searxng)
- Python list 常用操作 - 菜鸟教程 — Python list 常用操作 Python3 实例 1.list 定义 实例 [mycode4 type='python'] >>> li = ['a', 'b', 'mpilgrim', 'z', 'example'] >>> li ['a', .. (searxng)
- C++ 容器类 | 菜鸟教程 — C++ 容器类 C++ 标准库提供了丰富的功能,其中 是一个非常重要的容器类,用于存储元素集合,支持双向迭代器。 是 C++ 标准模板库(STL)中的一个序列容器,它允许在容器的任意位 … (searxng)
- Python3 列表 | 菜鸟教程 — Python3 列表 序列是 Python 中最基本的数据结构。 序列中的每个值都有对应的位置值,称之为索引,第一个索引是 0,第二个索引是 1,依此类推。 Python 有 6 个序列的内置类型,但最常见的是列表和 … (searxng)