摘要:
#!/bin/bash echo 'hello world' for skill in Ada Coffe Action Java;do echo "I am good at ${skill}Script" done string="abcd" echo ${#string} string="runoob is a great site" echo ${string:1:4} echo... 阅读全文
posted @ 2019-07-17 15:27
lianruihong
阅读(141)
评论(0)
推荐(0)