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.
私のウェブサイトをプレーンテキストまたは何らかの形で取得して、タグとその中のコンテンツを表示する方法はありますか?一部の人が全部をコピーできるように..
私が試してみました
<plaintext> <a href="mysite">my website</a> </plaintext>
しかし、平文は他のすべてのタグを台無しにします...
それぞれ<を、に置き換えてみてください。<>>
<
<
>
>
<a href="mysite">my website</a>
になります
<a href="mysite">my website</a>
ブラウザで次のようにレンダリングします
それ以外の
私のウェブサイト