Washington-Tehran war of words casts doubt over ceasefire sustainability
ztj100 2025-07-28 01:24 5 浏览 0 评论
U.S. President Donald Trump takes questions from the press on the South Lawn of the White House in Washington, D.C., the United States, June 24, 2025. [Photo/Xinhua]
By Mohamed El-Bendary
Since the signing of a ceasefire between Israel and Iran on June 24, the United States and Iran have been engaging in a war of words that raises fear of the resumption of hostilities. Tension between Washington and Tehran mounted on June 27, with U.S. President Donald Trump stating – or threatening rather – that if Iran enriches uranium to an alarming level, he would "absolutely" consider bombing it again. Trump also cancelled plans for lifting sanctions on Iran and criticized Supreme Leader Ayatollah Ali Khamenei, who, on June 26, praised his country's military attack on the U.S. base in Qatar, describing it as a "slap to America's face." Khamenei added that Iranians will never surrender.
No one knows exactly what is on Trump's mind, as he issues a statement one day and changes it the next. There is always a hidden agenda behind his statements. While he noted on June 27 that a ceasefire in Gaza between Israel and Hamas could be reached within a week – a move which was welcomed worldwide – Middle East experts fear that Washington is planning to attack Iran again but needs time to manage a ceasefire in Gaza and strengthen the Israeli defense system, particularly as Iranian missiles were easily reaching Israeli regions later in the 12-day war.
It is possible that the U.S. will embrace the same military strategy it pursued during the 2003 Iraq war, which lasted for eight years and resulted in the death of more than 4,000 U.S. military personnel and hundreds of thousands of Iraqis. Washington may also push to form a coalition to fight Iran based on a spiral of lies by the Western media that propagates that Iran possesses, or is actively striving to manufacture, nuclear weapons. Washington has also apparently realized that Iran's nuclear sites, in spite of U.S. bombing of three of them on June 22, could soon become fully operational.
It is myopic for U.S. officials to claim that Trump "vetoed" an Israeli plan to kill Khamenei, simply because the Israelis would have done so quickly and without any U.S. consultation. After all, the U.S. and Israel have been struggling for a regime change in Iran since 2003 and despite Tehran agreeing to suspend uranium enrichment and permit enhanced inspection by the International Atomic Energy Agency (IAEA). Two years later, the U.S., UN and EU imposed multiple sanctions on Iran under the claim that Tehran was not compliant.
Most Arabs doubt Trump's ability to deliver peace to the Middle East. The U.S. president continues to foolishly think that he lives in the age of the American empire. With his "America First" policy, Trump is reluctant to accept the demise of the American empire. He believes that by bombing some states here and threatening others there – even through placing high tariffs – he can revive his American imperial dream.
People enjoy themselves after a ceasefire between Iran and Israel took effect in Tel Aviv, central Israel, June 24, 2025. [Photo/Xinhua]
Unless there is mutual respect between people, there can be no valid agreement. It is absurd for Trump to dehumanize and blast a spiritual leader like Khamenei, whom millions of Iranians revere. Perhaps it is plausible here to pose this question to Trump: Didn't Tehran and its leaders give prior warning to Washington before attacking the major U.S. base in Qatar to save lives – a step which you later recognized and thanked them for?
Washington and Tel Aviv want an Iran that is fragmented, politically unstable and militarily weak in order for Israel to rise as a hegemon in the Middle East. They opt to get rid of the Iranian political power and deprive Tehran of the peaceful use of nuclear energy. But their anti-Iranian policy will fail due to the Iranian people's strong determination. Only through a fair role by the IAEA can the Iranian nuclear issue be resolved and a durable peace agreement be reached.
The Trump administration should comprehend that no Arab state would endorse any future attacks on Iran, particularly as evidence has shown that Iran does not possess nuclear weapons. In fact, Arab states are now growing fearful that after destroying Iran, they will be next. Many have also been shouting why Israel is reluctant to join the Nuclear Non-Proliferation Treaty.
The Iranian people prefer engagement rather than military confrontation. But only peace agreements founded on justice can endure. Tehran and Washington have no choice but to engage in dialogue based on mutual respect today. This has to commence with the lifting of the sanctions on Iran. Then comes the major task of striking a comprehensive peace settlement in the Middle East.
Mohamed El-Bendary, a special commentator on current affairs for CGTN, is a Cairo-based freelance writer and independent researcher.
相关推荐
- Python 操作excel的坑__真实的行和列
-
大佬给的建议__如何快速处理excelopenpyxl库操作excel的时候,单个表的数据量大一些处理速度还能接受,如果涉及多个表甚至多个excel文件的时候速度会很慢,还是建议用pandas来处理,...
- Python os.path模块使用指南:轻松处理文件路径
-
前言在Python编程中,文件和目录的操作是非常重要的一部分。为了方便用户进行文件和目录的操作,Python标准库提供了os模块。其中,os.path子模块提供了一些处理文件路径的函数和方法。本文主要...
- Python常用内置模块介绍——文件与系统操作详解
-
Python提供了多个强大的内置模块用于文件和系统操作,下面我将详细介绍最常用的几个模块及其核心功能。1.os模块-操作系统交互...
- Python Flask 建站框架实操教程(flask框架网页)
-
下面我将带您从零开始构建一个完整的Flask网站,包含用户认证、数据库操作和前端模板等核心功能。##第一部分:基础项目搭建###1.创建项目环境```bash...
- 为你的python程序上锁:软件序列号生成器
-
序列号很多同学可能开发了非常多的程序了,并且进行了...
- PO设计模式全攻略,在 UI 自动化中的实践总结(以企业微信为例)
-
一、什么是PO设计模式?PO(PageObject)设计模式将某个页面的所有元素对象定位和对元素对象的操作封装成一个Page类,即一个py文件,并以页面为单位来写测试用例,实现页面对象和测试用例的...
- 这种小工具居然也能在某鱼卖钱?我用Python一天能写...
-
前两天在某鱼闲逛,本来想找个二手机械键盘,结果刷着刷着突然看到有人在卖——Word批量转PDF小工具...
- python打包成exe,程序有图标,但是任务栏和窗口都没有显示图标
-
代码中指定图标信息#设置应用ID,确保任务栏图标正确显示ifsys.platform=="win32":importctypesapp_id=...
- 使用Python构建电影推荐系统(用python做推荐系统)
-
在日常数据挖掘工作中,除了会涉及到使用Python处理分类或预测任务,有时候还会涉及推荐系统相关任务。...
- python爬取并分析淘宝商品信息(python爬取淘宝商品数据)
-
python爬取并分析淘宝商品信息背景介绍一、模拟登陆二、爬取商品信息1.定义相关参数2.分析并定义正则3.数据爬取三、简单数据分析1.导入库2.中文显示3.读取数据4.分析价格分布5.分析销售...
- OpenCV入门学习基础教程(从小白变大神)
-
Opencv是用于快速处理图像处理、计算机视觉问题的工具,支持多种语言进行开发如c++、python、java等,下面这篇文章主要给大家介绍了关于openCV入门学习基础教程的相关资料,需要的朋友可以...
- python图像处理-一行代码实现灰度图抠图
-
抠图是ps的最基本技能,利用python可以实现用一行代码实现灰度图抠图。基础算法是...
- 从头开始学python:如何用Matplotlib绘图表
-
Matplotlib是一个用于绘制图表的库。如果你有用过python处理数据,那Matplotlib可以更直观的帮你把数据展示出来。直接上代码看例子:importmatplotlib.pyplot...
- Python爬取爱奇艺腾讯视频 250,000 条数据分析为什么李诞不值得了
-
在《Python爬取爱奇艺52432条数据分析谁才是《奇葩说》的焦点人物?》这篇文章中,我们从爱奇艺爬取了5万多条评论数据,并对一些关键数据进行了分析,由此总结出了一些明面上看不到的数据,并...
- Python Matplotlib 库使用基本指南
-
简介Matplotlib是一个广泛使用的Python数据可视化库,它可以创建各种类型的图表、图形和可视化效果。无论是简单的折线图还是复杂的热力图,Matplotlib提供了丰富的功能来满足我们...
你 发表评论:
欢迎- 一周热门
- 最近发表
-
- Python 操作excel的坑__真实的行和列
- Python os.path模块使用指南:轻松处理文件路径
- Python常用内置模块介绍——文件与系统操作详解
- Python Flask 建站框架实操教程(flask框架网页)
- 为你的python程序上锁:软件序列号生成器
- PO设计模式全攻略,在 UI 自动化中的实践总结(以企业微信为例)
- 这种小工具居然也能在某鱼卖钱?我用Python一天能写...
- python打包成exe,程序有图标,但是任务栏和窗口都没有显示图标
- 使用Python构建电影推荐系统(用python做推荐系统)
- python爬取并分析淘宝商品信息(python爬取淘宝商品数据)
- 标签列表
-
- idea eval reset (50)
- vue dispatch (70)
- update canceled (42)
- order by asc (53)
- spring gateway (67)
- 简单代码编程 贪吃蛇 (40)
- transforms.resize (33)
- redisson trylock (35)
- 卸载node (35)
- np.reshape (33)
- torch.arange (34)
- npm 源 (35)
- vue3 deep (35)
- win10 ssh (35)
- vue foreach (34)
- idea设置编码为utf8 (35)
- vue 数组添加元素 (34)
- std find (34)
- tablefield注解用途 (35)
- python str转json (34)
- java websocket客户端 (34)
- tensor.view (34)
- java jackson (34)
- vmware17pro最新密钥 (34)
- mysql单表最大数据量 (35)