This website requires JavaScript.
Explore
Help
Sign In
zhengchiliu
/
wiki
Watch
1
Star
0
Fork
0
You've already forked wiki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
wiki
/
运维
/
Linux
/
脚本
/
判断变量为空.sh
zhengchiliu
1231a6be15
优化项目结构
2026-04-08 19:40:00 +08:00
5 lines
52 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
!
$1
]
then
echo
"值为空"
fi
Reference in New Issue
View Git Blame
Copy Permalink