我的主类中有 2 个方法
public class pol{
public sub() {
//... do this
//... do this
//... do this
return result
}
public sub2()
// calling method sub() here
return result
}
}
有什么方法可以检测到我使用 sub2() 方法在 sub() 中编写了一个无限循环吗?
我们可以假设我在 sub() 中使用反射加载一个类并在那里执行它..
Smart猫小萌
阿波罗的战车
狐的传说
相关分类