@echo off
CHCP 65001
title=1951.html AUTO CREAT
echo.
echo ==========================
echo [33m1951.html AUTO CREAT[0m
echo ==========================
echo.
@if not exist a.txt (
echo [31mError: THE SOURCE FILE a.txt NOT EXIST[0m
echo.
goto no
)else (goto yes)
:yes
@echo ^<html lang="zh_cn"^> >demo.html
@echo <head> >>demo.html
@echo ^<meta charset="UTF-8"^> >>demo.html
@echo ^<meta name="viewport" content="width=device-width, initial-scale=1.0"^> >>demo.html
@echo <title>demo</title> >>demo.html
@echo </head> >>demo.html
@echo ^<style type="text/css"^> >>demo.html
@echo .parent { >>demo.html
@echo display: grid; >>demo.html
@echo place-items: center; >>demo.html
@echo background: lightblue; >>demo.html
@echo width: 100%%; >>demo.html
@echo height: 100%%; >>demo.html
@echo overflow: auto; >>demo.html
@echo } >>demo.html
@echo .child { >>demo.html
@echo padding: 0.5rem; >>demo.html
@echo border-radius: 10px; >>demo.html
@echo border: 1px solid red; >>demo.html
@echo background: lightpink; >>demo.html
@echo font-size: 4rem; >>demo.html
@echo text-align: center; >>demo.html
@echo } >>demo.html
@echo body { >>demo.html
@echo font-family: system-ui, serif; >>demo.html
@echo } >>demo.html
@echo </style> >>demo.html
@echo <body> >>demo.html
@echo ^<div class="parent" ^> >>demo.html
@echo ^<div class="child"^> >>demo.html
@echo.
@set a=^^<p^^>
@set b=^^</p^^>
@for /f %%i in (a.txt) do (
@echo %a%%%i%b% >>demo.html
)
@echo </div> >>demo.html
@echo </div> >>demo.html
@echo </body> >>demo.html
@echo </html> >>demo.html
@start demo.html
echo.
echo [32m1951.html Created SUCCESS[0m
echo.
pause
:no
pause
exit

链接: https://pan.baidu.com/s/1i6usRNeOnzeCuaXWecotJg 提取码: 4ktm
浙公网安备 33010602011771号