if--------------假如&用法 分享 http://www.fpschina.com/index.php?/blogs/entry/12-if-%E5%81%87%E5%A6%82%E7%94%A8%E6%B3%95/ More sharing options... 关注者 if--------------假如&用法local.man = parm.other //任何人if (local.man.dmteam=="allies")//假如是盟军{do this1//做1}else{ do this3 //此外德军做3...}end local.man = parm.other //任何人if (local.man.dmteam=="axis")//假如是德军{do this2//做2}
Recommended Comments
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.