悲剧,绝对的悲剧,悲剧中的悲剧。
分类: 服务器与存储
2015-07-26 21:15:05
Function | Description |
---|---|
run
|
Runs the specified command in the shell, returning any output as a string. Note that if the output contains multiple lines, the returned string will contain embedded newlines. |
props
|
Returns an array of the property names for the current context. |
get
|
Gets the value of the specified property. Note that this function returns the value in native form. For example, dates are returned as Date objects. |
set
|
Takes two string arguments, setting the specified property to the specified value. |
list
|
Returns an array of tokens corresponding to the dynamic children of the current context. |
choices("para")
|
Returns an array of tokens corresponding to the possible values for para |