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.
所以我需要回显链接的代码行,以便 $text 是链接的文本,而 $href 是 href 值。
echo "<a href='$href'>$text</a><br />\n";