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.
私は現在、私の親友と一緒にプロジェクトに取り組んでいますが、ちょっとしたトラブルに遭遇しました。現在、yahoos 検索エンジン API を使用しており、JSON で結果を返しています。これらのリンクを「クリック可能」にすることは可能ですか?
よくわかりませんが、あなたはこのようなものを探しています:
$yahooResponse = Yahoo response JSON data; $linkUrl = $yahooResponse->url; echo '<a href="$linkUrl">Clik here</a>';