当前位置:首页 > 技术知识 > 正文内容

US urged to reflect on its hegemony over LatAm, Caribbean: Chinese foreign ministry

maynowei7个月前 (08-05)技术知识91

BEIJING, March 27 (Xinhua) -- China urges the United States to reflect on its hegemonic bullying and plunder of developing countries in Latin America and the Caribbean and cease distorting and slandering China, a Chinese foreign ministry spokesperson said on Thursday.

Spokesperson Guo Jiakun made the remarks in response to U.S. Secretary of State Marco Rubio's recent remarks in Latin America, where he claimed that Chinese investment constitutes "predatory behavior" and leads to excessive debt that local governments cannot repay.

The United States maliciously spreads false information with the aim of sowing discord between China and other countries, but this will not succeed, Guo said.

China has always observed the principles of mutual respect, equality, mutual benefits, openness, inclusiveness and win-win cooperation in its investment cooperation with countries around the world, he said. China respects the will of all relevant countries, effectively promotes economic development and the improvement of living standards in other countries, and brings tangible benefits to local people in those countries, he added.

The so-called debt burden is nothing but hype, and related claims against China disregard the facts. Who exactly is engaged in coercion and plunder is evident to all, Guo noted.

相关文章

msf系列篇章之七模块详解,黑客必学

1、 mestasploit有很多模块,一共分为七类那如果是kali中自带的msf,它默认的安装路径是在这里。,然后可以看见它这些模块有些相对应的目录。1)、exploits漏洞利用模块,这个模块通常...

打通 JAVA 与内核系列之 一 ReentrantLock 锁的实现原理

写JAVA代码的同学都知道,JAVA里的锁有两大类,一类是synchronized锁,一类是concurrent包里的锁(JUC锁)。其中synchronized锁是JAVA语言层面提供的能力,在此不...

如何正确理解Java领域中的并发锁,我们应该具体掌握到什么程度?

苍穹之边,浩瀚之挚,眰恦之美; 悟心悟性,善始善终,惟善惟道! —— 朝槿《朝槿兮年说》写在开头对于Java领域中的锁,其实从接触Java至今,我相信每一位Java Developer都会有这样的一个...

C++26中同步与原子操作新变化(c++ 同步)

引言随着多核处理器和并发编程的普及,C++26进一步增强了对同步与原子操作的支持,为开发者提供了更高效、更安全的工具来应对多线程编程中的数据竞争与同步挑战。自C++11引入原子操作以来,C++标准库在...

c++ 继承简介(c++继承的概念)

24.1 — 继承简介2024 年 6 月 5 日在上一章中,我们讨论了对象组合,即从更简单的类和类型构建复杂类。对象组合非常适合构建与其部分具有“has-a”关系的新对象。但是,对象组合只是 C++...

Navicat Premium 连接 Oracle 数据库

Navicat Premium是一个可多重连接的数据库管理工具,它可让你以单一程序同時连接到 MySQL、SQLite、Oracle 及 PostgreSQL 数据库,让管理不同类型的数据库更加方便。...