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.
私はウェブサイト (dah) を作成しており、機能が必要です。
その関数は、文字列をテキストのみにします。
お気に入り:
$string = "Hello world<div width="100000">aaa</div>";
html では、それは非常に悪くなります。次のように、関数を使用してこれをテキストで作成しようとしています。
$string = function($string);
そして、それはソリッドテキストのみを返します!