Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
大佬 请问如果想要find_rect在没有找到矩形时返回字母A 该怎么设置条件?
rects = img.find_rect() if rects: print("找到了") for r in rects: pass else: print("A")
谢谢大佬 万分感谢