如何让我的 midlet 向多个收件人发送 SMS 消息

发布于 2024-12-13 02:00:55 字数 132 浏览 2 评论 0原文

我目前正在开发一个用于发送短信的 midlet。我使用了文本字段并将输入约束指定为电话号码(此约束允许在诺基亚平台的手机中自动搜索号码)。但缺点是它只接受*(星号)和#作为分隔符。它不允许使用;(分号)。 我需要一种算法,允许将短信发送给多个收件人。

I am currently working on a midlet for sending SMS messages. I made use of a textfield and specified the Input constraints as phone numbers (this constraints allow for automatic search for numbers in a phone for a Nokia platform). But the disadvantage is that it only accepts *(asterics) and # as the delimiters. It doesn't allow for ;(semicolon) to be used.
Please I need an algorithm that allows for an SMS to be sent to multiple recipients.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苏大泽ㄣ 2024-12-20 02:00:55

您可以使用循环或任何迭代概念发送多条短信。例如,假设您要添加 ; 数字末尾意味着您可以 使用 ; 分隔符分割该号码,并将该号码添加到Vector中,并使用循环发送短信。

You can send multiple SMS using the loop or any iteration concept. For example suppose if you are adding ; end of the number means you can split that number using ; separator and add that number's into Vector and the use the loop for sending SMS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文