@@ -27,7 +27,7 @@ Prints the input content in a formatted string.
...
@@ -27,7 +27,7 @@ Prints the input content in a formatted string.
| Name| Type| Mandatory| Description|
| Name| Type| Mandatory| Description|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
| format | string | Yes| Format of the string to print.|
| format | string | Yes| Format of the string to print.|
| ...args | Object[] | No| Data to format.|
| ...args | Object[] | No| Values to format. The formatted values will replace the wildcard in the string. If this parameter is not set, the first parameter is returned by default.|
**Return value**
**Return value**
| Type| Description|
| Type| Description|
...
@@ -88,14 +88,14 @@ Calls back an asynchronous function. In the callback, the first parameter indica
...
@@ -88,14 +88,14 @@ Calls back an asynchronous function. In the callback, the first parameter indica