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.
如果我有一个 PHP 变量,它是这样的字符串:
$link = "<a href='test.jpg'>Download</a>";
如何使用该变量$link来获取href使用 PHP 而不是 javascript 的值?
$link
href
如果文本很大,您可以使用一些库,如phpQuery、Zend DOM Query、Nokogiri 或其他。否则,使用regexp。