-2
得到一些值我有一個這樣的字符串:使用PHP來找到字符串中的字符串,並從中
$string = 'this is some random text
<div class="myClass" title="myTitle">this is some random text
again</div> and some more randome text';
現在我想從它刪除該內容:
<div class="myClass" title="myTitle">this is some random text again</div>
但在同一時間,我想存儲類的價值和標題的價值
任何想法如何去做到這一點?
你有沒有類myClass的div? – 2013-03-21 14:13:54
是的,這就是我如何知道我將如何處理它 – matt 2013-03-21 14:15:18
請參閱[如何使用PHP解析和處理HTML/XML?](http://stackoverflow.com/questions/3577641/how-to-parse-and - 方法 - HTML-XML-與-PHP) – budwiser 2013-03-21 14:16:31