【问题标题】:How to make add break after paragraph in WhatsApp share on websites?如何在网站上分享 WhatsApp 中的段落后添加中断?
【发布时间】:2015-08-22 19:23:30
【问题描述】:

我正在尝试通过网站上的 Share on WhatsApp 提供以下输出:

This is a sentence. 
This is another sentence.

使用以下代码:

<a href="whatsapp://send?text=This is a sentence. 
This is another sentence." data-action="share/whatsapp/share">Share on WhatsApp</a>

但它给出的输出为:

This is a sentence. This is another sentence.

我如何获得它?

【问题讨论】:

    标签: html share whatsapp


    【解决方案1】:

    试试encoding your string。您可能正在寻找的字符是LF line feed,它对应于%0A。也许是这样的:

    This%20is%20a%20sentence.%0AThis%20is%20another%20sentence.
    

    【讨论】:

      猜你喜欢
      • 2015-04-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-12-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多