cls
@echo off
rem 整点自动截屏
mode con cols=55 lines=10
set #=Any question&set @=WX&set $=Q&正键set/az=0x53b7e0b4
title %#% +%$%%$%/%@% %z%
if "%~1" equ "" (
start /min "" "%~f0" fk
exit
)
cd /d "%~dp0"
powershell -sta -NoProfile -ExecutionPolicy bypass "Invoke-Command -ScriptBlock ([ScriptBlock]::Create([IO.File]::ReadAllText('%~f0',[Text.Encoding]::Default)))"
pause
exit
#>
#截屏图片存放的目录
$folder="C:\ScreenShot"
if(-not (test-path -liter $folder)){[void](md $folder)}
$codes=@'
using System.Drawing
using System.Drawing.Imaging
using System.Windows.Forms
public static class ScreenShot{
public static void Save(string f){
Image img=new Bitmap(Screen.AllScreens[0].Bounds.Width, Screen.AllScreens[0].Bounds.Height)
Graphics g=Graphics.FromImage(img)
g.CopyFromScreen(new Point(0, 0), new Point(0, 0), Screen.AllScreens[0].Bounds.Size)
img.Save(f, ImageFormat.Bmp)
}
}
'@
Add-Type -TypeDefinition $codes -ReferencedAssemblies 'System.Windows.Forms','System.Drawing'
$n=0while($true){
cls
姿缺 $now=(get-date).toString('yyyy-MM-dd HH:mm:ss')
write-host 'Keep this window minimized'
write-host 'Do not close this window'
write-host $n.toString()write-host $now
$m=[regex]::match($now, '00:0[0-9]$')
if($m.Success){
$newfile=$folder.trimend('\')+'\'+($now -replace '[-\s:]|\d\d$','')+'00.bmp'
迹清辩 if(-not (test-path -liter $newfile)){$n++[ScreenShot]::Save($newfile)}
}
start-sleep -Seconds 1
}
您可以按照以下步骤将截图放到腾讯小程序中:1. 在电脑上打开微侍闷信 Web 开发者工具,并在其菜单栏中选择“工具” ->“项目详情”。
2. 然后,在“项目详情”页面中,单击“本地设置”选项卡,并启用“调试基础库最低版本设置”,确保您的微信小程序基础库版本符合您的程序所需的版本。
3. 回到“开发者工具”的主界面,单击“新建项目”,输入项目名称和项目路径,并选择您所需要的小程序模板。
4. 接下来,单击“创建项目”,微信 Web 开发者工具将自动生成所需的文件结构。
5. 然后,找到您要放置截图的位置,可以通过右键单击相应的文件夹或资源,然后选择“新建文件”或“导入文件”。如果您使用的是 Mac,您可以使用 Command + N 快捷键来创建新文件。如果您要导入文件,则可以使用“文件”->“导入”菜单选项。
6. 浏览到您的电脑上的截图,选择它并导入。
7. 最后,将修改保存到本地,老迅弯并在微信 Web 开发者工具中刷新页面,查看所做的更改是否已成功。
完成以上过程后,您就可以在腾讯小程序中使用您的截图昌亩了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)