Using SimpleHtmlDom, how to remove and replace a specific attribute

后端 未结 3 807
囚心锁ツ
囚心锁ツ 2020-12-21 21:41

I\'m currently using this HTML DOM PARSER using php : http://simplehtmldom.sourceforge.net/

I\'m confused on how to remove and replace the selected attribute h

3条回答
  •  离开以前
    2020-12-21 22:19

    The official manual has several examples that basically cover all you need:

    http://simplehtmldom.sourceforge.net/manual.htm

    If you have issues with some specific step, feel free to update your question and provide some of your code.

提交回复
热议问题