04 2022 档案

摘要:1 <form method="post" action="<?php echo $_SERVER['PHP_SELF'];?>"> 2 Name: <input type="text" name="fname"> 3 <input type="submit"> 4 </form> 5 6 <?ph 阅读全文
posted @ 2022-04-23 22:34 paoPaoLong_liu 阅读(19) 评论(0) 推荐(0) 编辑
摘要:#先下载pyautogui库,pip install pyautoguiimport os,timeimport pyautogui print(pyautogui.size()) # 返回所用显示器的分辨率; 输出:Size(width=1920, height=1080)width,height 阅读全文
posted @ 2022-04-11 19:06 paoPaoLong_liu 阅读(32) 评论(0) 推荐(0) 编辑
摘要:1 #先下载pyautogui库,pip install pyautogui 2 import os,time 3 import pyautogui as pag 4 try: 5 while True: 6 print("Press Ctrl-C to end") 7 x,y = pag.posi 阅读全文
posted @ 2022-04-11 16:38 paoPaoLong_liu 阅读(42) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示