我想实现这个目标:
public static boolean isClientReachable(Client client, int timeout){
try{
return InetAddress.getByName(client.getIpAddress()).isReachable(timeout);
}catch (Exception e){
e.printStackTrace();
}
return false;
}
y = STR_HELLO_LEN,但是STR_tmp_LEN
答案 0 :(得分:2)
这是不可能的。所有宏都在编译时解析。 “hello”仅在运行时存在。