diff --git a/zh_doc.md b/zh_doc.md index 265035e..c64d62d 100644 --- a/zh_doc.md +++ b/zh_doc.md @@ -418,7 +418,7 @@ func main() { Displays alert with the given attributes. If cancelButton is not given, only the defaultButton is displayed -####Arguments: +####参数: title(string), msg(string), @@ -426,7 +426,7 @@ func main() { cancelButton(optional string) -####Return: +####返回值: Returns 0(True) if the default button was pressed, or 1(False) if cancelled. @@ -434,20 +434,20 @@ func main() { Close the Window -####Arguments: +####参数: -####Return: +####返回值: ###