私はこのコードを持っています:
var content = "<p>Dear sms,</p><p>This is a test notification for push message from center II.</p>";
上記の文字列からすべてのタグ<p>
とタグを削除したいと思います。</p>
次のようなhtmlタグなしで文字列値を表示したいだけです:
"Dear sms, This is a test notification for push message from center II."