随笔分类 - Python
Python学习记录
摘要:<html lang="en"> <head> <title>FrameTest</title> </head> <body> <iframe src="a.html" id="frame1" name="myframe"></iframe><p>我歌且谣</p> </body> </html> 想
阅读全文
摘要:必须用pyautogui截的图,否则都是一次性的。 比如用微信截图,然后查找,只可以成功识图一次,之后就会报错。
阅读全文
摘要:报错信息如下: pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautog
阅读全文
摘要:from django.http import JsonResponse views.py def fun(r): return JsonResponse(数据)
阅读全文