Topic: 今天碰到一个奇怪的问题

  Print this page

1.今天碰到一个奇怪的问题 Copy to clipboard
Posted by: sc
Posted on: 2003-09-08 18:59

程序是这样的:
if (con1) {
String bar = foo();
...
} else if (con2) {
String bar = foo();
...
}

当con2满足时, str是null; con1满足时正常。如果程序这样写:
String bar = foo();
if (con1) {
...
} else if (con2) {
...
}
就没问题

不知道这是什么原因,我用的是JBuilder9


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923