摘要:
1 @echo off&setlocal EnableDelayedExpansion 2 set a=1 3 for /f "delims=" %%i in ('dir /b *.jpg') do ( 4 if not "%%~ni"=="%~n0" ( 5 if !a! LSS 10 (ren 阅读全文
摘要:
1 import time 2 3 from nonebot import on_command 4 from nonebot.rule import to_me 5 from nonebot.typing import T_State 6 from nonebot.adapters import 阅读全文