摘要: (1)变量的删除 [root@localhost scripts]# url=www.baidu.com.cn [root@localhost scripts]# echo ${#url} 获取变量的长度 16 [root@localhost scripts]# echo ${url} 标准查看 w 阅读全文
posted @ 2020-02-10 17:56 刘华强等待瓜熟的日子 阅读(151) 评论(0) 推荐(0)