SHELL函数 多参数调用 并循环使用 2014年10月10日 代码简单,确实很实用。 #!/bin/sh function testParams(){ for i in $@; do echo $i done } testParams xxx yyy zzz ◀ innodb_thread_concurrency并发数设置 PYTHON字典、列表、元组、ZIP ▶