摘要: 变量使用定义 a=1 a=`curl -s https://testerhome.com/topics | grep "data-prefetch" | awk -F '"' '{print $4}'`#将执行结果赋值给a 等号左右不能有空格 如果内容有空格,需要使用引号或者上引号 双引号支持转义 阅读全文
posted @ 2021-05-27 11:38 77的小白 阅读(268) 评论(0) 推荐(0)