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でWhatsAppチャットを使用してメッセージを送信しています。私の PHP スクリプトではすべて正常に動作しますが、テキスト メッセージ内の URL がクリック可能なリンクとして表示されません。代わりにプレーンテキストとして表示されます。
$Msg= "hello !. \N http://example.com ";
私は何を間違っていますか?
リンクにドメイン マッピングを使用します。IP はプレーン テキストとして送信されます。