在j2me中建立连接发送短信的问题
你好 我尝试与此代码建立连接,但显示此错误:
java.lang.IllegalArgumentException:无效的端口格式
MessageConnection messageConnection = (MessageConnection) Connector.open("sms://09364191752");
wath 是错误的? 谢谢
Hi
i try to make a connection with this code but this error shown :
java.lang.IllegalArgumentException: invalid port format
MessageConnection messageConnection = (MessageConnection) Connector.open("sms://09364191752");
wath is wrong ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在电话号码末尾指定端口号,即附加“:5000”或其他内容。
请参阅http://developers.sun.com/mobility/midp/articles/wma/< /a> 了解详细信息。
You have to specify a port number at the end of the phone number, i.e. append ":5000" or whatever.
See http://developers.sun.com/mobility/midp/articles/wma/ for details.