This commit is contained in:
shenjack 2023-07-14 00:21:32 +08:00
parent 50461e3a46
commit 1883d5d2df
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -171,3 +171,5 @@ writer-test.xml
test-xml-rs.xml
test-file.xml
test-save.xml
index.html

View File

@ -1,8 +1,8 @@
# ls 之后将每一行输出包裹在 ` 里面
echo "``````"
echo "<pre>"
Get-ChildItem . | ForEach-Object {
echo $_
}
echo "``````"
echo "</pre>"