【发布时间】: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.
我如何获得它?
【问题讨论】: