President Donald Trump and Chinese President
Xi Jinping participate in a welcome ceremony at the
Great Hall of the People in Beijing,
China, Nov. 9, 2017. (AP Photo/Andrew Harnik, File) 2026-05-10T11:27:17Z WASHINGTON (AP) — Weeks before his trip to
China , President Donald Trump was already predicting on social media that his Chinese counterpart,
Xi Jinping , would “give me a big, fat hug when I get there.” But Beijing’s deep economic ties to
Iran , as well as trade tensions over tariff threats stretching back to Trump’s first term, could crimp the good feelings when Trump flies to Beijing this week — even though the
Republican president has for years effusively praised Xi, making it clear he sees
China’s leader as a competitor strong enough to warrant his respect and admiration. Trump isn’t fond of long plane rides or extended stretches away from the White House or his properties in Florida and New Jersey. He is expected to only spend parts of three days on the ground in
China. There will be plenty of pomp, but the grandeur is not expected to rival Trump’s first visit to
China in 2017, which Beijing dubbed a “state visit-plus.” “Even before this whole conflagration with
Iran, they weren’t going to go state visit-plus like last time, just because things are tense,” said Jonathan Czin, a former director for
China at the
National Security Council during the
Biden administration. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Xi’s ‘better understanding’ of Trump On Trump’s first-term trip,
China rolled out the red carpet for his arrival, with a band playing military music and children waving flags and chanting “Welcome.” Xi offered a tour of the
Forbidden City. Trump and first lady
Melania Trump even had a private dinner there. Trump was the first foreign leader since the People’s Republic of
China was founded in 1949 to experience what was once reserved for emperors. The following morning brought another welcome ceremony at the
Great Hall of the People and featured a military parade. There also was a state banquet in Trump’s honor with video highlights from the Chinese leader’s previous visit to Florida and a clip of Trump’s granddaughter Arabella singing in Chinese. Beijing does not offer this level of spectacle to most visiting foreign leaders. When British Prime Minister Keir Starmer visited the
Forbidden City in January, Xi did not attend and the site remained open to the public. Starmer had to contend with tourists. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i Ali Wyne, senior U.S.-
China research and advocacy adviser for the Washington nonprofit the Crisis Group, said the “Chinese delegation will likely do its utmost to ensure that Trump leaves Beijing believing that he has just concluded the most extraordinary state visit of his two presidencies.” freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); But, he said, the “pomp and circumstance would serve a different role now than they did when he first visited Beijing” because “Xi has a much better understanding of Trump, and the administration’s own national security strategy and national defense strategy recognize
China as a near-peer.” Expectations for what gets accomplished could be lower this time, said Czin, now a fellow at the Brookings Institution. He predicted that the Chinese may not offer major breakthroughs on trade or anything else because they are “working backward from our midterm elections” with the theory that the closer they get to Election Day “the more leverage they are going to have.” freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); The GOP is focused on retaining control of Congress, even as polling shows most Americans are unhappy with Trump’s economic policies and believe that the
United States went too far in
Iran . Still, the White House argues that Trump’s previous firm hand with Beijing on tariffs — which the Supreme Court subsequently struck down — means the U.S. will remain in a strong position. “President Trump cares about results, not symbols,” White House spokesperson Anna Kelly said. “But even still, the president has a great relationship with President Xi, and the upcoming summit in Beijing will be both symbolically and substantively significant.” freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Trump and Xi may see a lot of each other this year Trump could meet with
China’s leader four times in eight months. After his visit to Beijing, Trump plans to host Xi at the White House. Trump might also attend the November Asia-Pacific Economic Cooperation meeting in Shenzhen,
China. And Xi could come to the Group of 20 summit the following month at Trump’s resort in Doral, Florida. Czin noted that Xi also is not very fond of travel, meaning not all of the planned encounters may happen. He said
China’s leader also does not “do personal connections” like the kind Trump relishes, noting Xi led a Chinese military purge in January that included replacing officials with long-standing personal ties to his family. Wyne, though, said Xi also “appreciates that he is unlikely to deal with another U.S. president who admires him as greatly and embraces as narrow a view of strategic competition.” That means Xi may “attempt to pocket as many economic and security concessions from Trump as possible,” Wyne said. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Trump has long praised Xi Trump told The Wall Street Journal’s editorial board in 2024 that Xi “was actually a really good ... I don’t want to say ‘friend.’ I don’t want to act foolish. ‘He was my friend.’ But I got along with him great.” Trump even suggested at the time that military force might not be required to ensure that Chinese troops do not encroach on Taiwan , simply because
China’s leader “respects me,” despite Trump more recently discussing potentially selling arms to Taiwan . Trump has continued to praise the bilateral relationship since returning to the White House, even after his Beijing visit, originally scheduled for March, was postponed due to the early stages of the
Iran war. He unsuccessfully prodded
China to get involved in reopening the Strait of Hormuz after Iranian forces choked it off and disrupted global economies. But
China did use its leverage as the largest purchaser of Iranian oil to encourage
Iran to agree to what has been a fragile ceasefire . Beijing has strong economic ties to Tehran, and the war could hurt its economy, which was already projected to grow more slowly . If
China can help establish lasting peace, though, that might boost its standing in negotiations on trade issues with the Trump administration. Trade issues a sticking point During his 2017 visit, Trump announced $250 billion in nonbinding trade deals, some of which never materialized. A round of trade deals announced in 2020 and worth $200 billion mostly never came to fruition before Trump’s first term ended. More recently, Trump’s announcement last year of steep global tariffs prompted
China to cut off purchases of U.S. soybeans and clamp down on exports of rare earth minerals needed by American factories. Tensions have eased somewhat since the U.S. reached a trade truce last fall that has limited tariffs on both sides. The administration has continued to make reducing the U.S. trade deficit with
China a priority, insisting it can do so while still working to encourage trade between the two countries. “I expect great stability in the relationship,” Treasury Secretary Scott Bessent said. “But that doesn’t mean our trade deficit can’t continue dropping.” Kelly, the White House spokeswoman, said Trump “doesn’t travel anywhere without bringing deliverables home to our country.” “Americans can expect the president to deliver more good deals for the
United States while in
China,” she said. WILL WEISSERT Weissert covers the White House for The Associated Press. He is based in Washington. twitter mailto 获取更多RSS: https://feedx.net https://feedx.site