vb程序中出现s=s+1语句是什么意思

2025-03-24 05:57:27
推荐回答(2个)
回答1:

将s(原来的值)+1附给s

回答2:

stream.close();
inStream.close();
text.setText(stream.toString());
Toast.makeText(MyActivity.this,"Loaded",Toast.LENGTH_LONG).show();
} catch (FileNotFoundException e) {
e.printStackTrace();
}
catch (IOException e){
return ;
}
}