阅读背景:

可重入和线程安全

来源:互联网 
1 static int a;
2 static int b;
3 a=10;
//!!!!!!!!
4 b=a; b



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: