原始代码如下
public String func() throws IOException {
String res = "_Empty";
try{
//IOFunction()
// the function will throw IOException
res = "Success";
}
原始代码如下
public String func() throws IOException {
String res = "_Empty";
try{
//IOFunction()
// the function will throw IOException
res = "Success";
}