标签:语句 tac res nbsp 代码 rip while 中国 java
目标:兽人必须死
代码语言:javascript
参考代码:
while(true) {
var enemy = hero.findNearestEnemy();
// 使用一个 “if” 语句去检查是否有敌人存在:
if (enemy) {
hero.attack(enemy);
}
// Attack the enemy if it exists:
}
【codecombat 中国】攻略--边远地区的深林--if-Stravaganza
标签:语句 tac res nbsp 代码 rip while 中国 java
原文地址:http://www.cnblogs.com/wxhua/p/6765093.html