发布时间:2016-07-22 17:05:56
一、关键字(keywords): 点击(此处)折叠或打开在python2.7版本中关键字有31个,如下:and,or,not #逻辑与或非运算;with...as #简.........
发布时间:2016-07-04 23:54:23
点击(此处)折叠或打开#!/bin/baship="([0-9]{1,3}\.){3}[0-9]{1,3}"xsh=`ls *.xsh`role=('' '' gl map1 map2 map3)xsh_ip=`echo "$xsh"|grep -eo "$ip"`#check .xsh fileif [ "${xsh##*.}" = "xsh" ];then.........