嗨,我尝试与此代码建立连接,但显示此错误:
java.lang.IllegalArgumentException:端口格式无效
MessageConnection messageConnection = (MessageConnection) Connector.open("sms://09364191752");
有错吗?谢谢
嗨,我尝试与此代码建立连接,但显示此错误:
java.lang.IllegalArgumentException:端口格式无效
MessageConnection messageConnection = (MessageConnection) Connector.open("sms://09364191752");
有错吗?谢谢
您必须在电话号码的末尾指定一个端口号,即附加“:5000”或其他任何内容。
有关详细信息,请参见http://developers.sun.com/mobility/midp/articles/wma/。