老的for循环使用
test case7 :FOR ${a} IN RANGE 10 \ log ${a} 新的for循环使用
test case7 FOR ${a} IN RANGE 10 log ${a} END