摘要:
var url = "https://ziyuan.baidu.com/pressure/doadjust?site=https://www.jshuj.com/"; var xhr = new XMLHttpRequest(); xhr.open("POST", url, true); xhr.s 阅读全文
摘要:
@echo off @echo off&setlocal enabledelayedexpansion ::设置一次移动多少个文件? set s=1 ::120为多少秒 for /f "delims=" %%a in ('dir /a-d/s/b "E:\上传文件\ceshi\data2\*"') 阅读全文