-1
我有一個str_replace的問題,我的函數沒有任何作用,我想這是由於隱形字符,但我不知道爲什麼... 我想用兩個標籤替換一個。 感謝str_replace對我的字符串沒有任何影響
<?php
$tempo = str_replace(' </Ligne>
</Ligne>', ' </Ligne>', $temp);
?>
我的文本文件
<Ligne>
<Ligne>
<ll>test</ll>
<Id>23</Id>
<SKU>autreID</SKU>
<Quantity>1</Quantity>
</Ligne>
<Ligne>
<ll>test</ll>
<Id>23</Id>
<SKU>autreID</SKU>
<Quantity>1</Quantity>
</Ligne>
</Ligne>
上面的代碼不清楚。 '$ search'中有什麼? – RomanPerekhrest
對不起,更新... – Pipoo
這是PHP嗎?你需要用你正在使用的語言來標記你的問題。 – jwodder