Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 HTML 页面的字符串。我需要将字符串的一部分(例如,包含 HTML DIV 的部分)从位置 X 移动到位置 Y 到字符串中。
在 PHP 中实现这一目标的最简单方法是什么?