-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
逻辑结构回溯有问题 #63
Labels
Comments
应该是作用域的问题 |
Merged
1.9.2中更新并修复了这个问题 |
function add_func($any){
$did="random";
$pid=$_GET['maple']
if(1<0){
$pid=$did;
}
mysql_query($pid);
} 想过这个吗? 哈哈,我感觉如果为了尽可能多探测路径,这里可以param = [param ,cp],再递归。 可以这样考虑。 |
换了一个逻辑,如果if没有else,则会专门处理一种不进入循环的流程 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
递归回溯
换成while 也一样,都不能报。cobra可以报,cobra在处理逻辑结构的时候把block里面的节点拿出来放到back_nodes里面去了。
The text was updated successfully, but these errors were encountered: