Skip to content

一些修改的建议 #3

@XinBaoCode

Description

@XinBaoCode

1.建议加入时间限制
function robVeg() {
var myDate = new Date();
const hour = myDate.getHours();
if (hour == 6) {
/** you code **/
}
}
2.递归的时候submitOrder(count)中如果使用count = count ++会进入死递归
建议submitOrder(count++)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions