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.
このコードでSMSを送信したい:
<a href="sms:؟body=sdsadweqw">Invite a friend by SMS</a>
しかし、それは機能しません-私は本文のないSMSを受け取ります(それは空です)。
問題は何でしょうか?
<a href="sms:+1234567890?body=message">SMS Link</a> 番号が؟なく、疑問符の代わりに使用しているようです?。
<a href="sms:+1234567890?body=message">SMS Link</a>
؟
?