2013年6月25日
摘要: >>> a={1:'a',2:'b'}>>> print a.get(1)a>>> print a.get(3)None 阅读全文
posted @ 2013-06-25 11:30 语辰 阅读(1223) 评论(0) 推荐(0) 编辑
摘要: request="$(perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$request")" 阅读全文
posted @ 2013-06-25 10:36 语辰 阅读(186) 评论(0) 推荐(0) 编辑