87,996
社区成员




function pd(){
if( typeof(obj.status) === 'A'){
Add();
}
else if( typeof(obj.status) === 'B'){
// is B
}
else if( typeof(obj.status) === 'C'){
// is C
}
else{
// is another
}
}
function pd(){
if( typeof(obj.status)=='A'){
Add();
}
else{
}
if(state==A){
Add();
}else {
}