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.
我通过 CURL 接收 XML:$retValue = curl_exec($ch); 我想用 XML 发送到 JavaScript
$retValue = curl_exec($ch);
我尝试echo $retValue但它不是 XML
echo $retValue
如何从 PHP 将 XML 发送到 JavaScript?