www.pudn.com > java_delphi.rar > Javadlltest.java
/*
* Created on 2006-1-4
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package javama;
/**
* @author Administrator
*
* TODO To change the template for this generated type comment go to Window -
* Preferences - Java - Code Style - Code Templates
*/
public class Javadlltest
{
public static void main(String[] args)
{
SendSMS sendsms=new SendSMS();
sendsms.zhujiao="8613800220500";
sendsms.beijiao="11111111111";
sendsms.smstxt="success";
new Javadll().displayHelloWorld(sendsms,"4","19200");
}
}