51Testing软件测试论坛

标题: 修改脚本后,编译出错《需要标识符》 [打印本页]

作者: aileen    时间: 2007-12-17 16:31
标题: 修改脚本后,编译出错《需要标识符》
录制了一段登陆退出的脚本,然后将其中的常量参数话,
1。在文件头增加了:import java.net.InetAddress;
2。在文件中增加了:
HostAddress = InetAddress.getLocalHost().getHostAddress();
public String HostAddress;

保存后,编译出现如下的错误:
D:\Aileen\Login\Actions.java:23:  <需要标识符>
        HostAddress = InetAddress.getLocalHost().getHostAddress();
                    ^
1 错误


怎么办啊? 需要大家的帮助,谢谢
作者: rickyzhu    时间: 2007-12-20 20:38
HostAddress = InetAddress.getLocalHost().getHostAddress();
public String HostAddress;

???
你是先使用再定义变量HostAddress???




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2