你好呀
function check(args) { if(条件) return 1; return 0; } function dfs(args) { 判断边界{ 操作 } 尝试每种可能{ 满足check 标记 继续下一步dfs 恢复初始状态 } }