写完整一点
int32_t mother_story(void)
{
for(int32_t i=1; i<=100; i++)
{
if (is_sleeping() || is_shutup())
{
break;
}
tremble(itoa(i) + "黑");
}
return FREETIME;
}
【 在 zrO (道是无晴却有晴) 的大作中提到: 】
: for(int i=1;i<=100;i++){
: if(sleep()||shutup()) break;
: tremble(i+黑);
: ...................
--
FROM 59.41.163.*