1111111

时间:2017-11-10 13:40:33   收藏:0   阅读:215
select * from
init 0
#!/bin/bash 
x=2006 
let "x = $x + 1" 
echo $x 
x="a string." 
echo $x
#!/bin/bash 
x=2006 
let "x = $x + 1" 
echo $x 
x="a string." 
echo $x



一级标题


二级标题

本文出自 “记录一下,怕忘了” 博客,请务必保留此出处http://seesea20.blog.51cto.com/2239718/1980592

原文:http://seesea20.blog.51cto.com/2239718/1980592

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!