diff --git "a/2023/05/12/Go1-1/Go\350\257\255\350\250\200\345\237\272\347\241\200\350\257\255\346\263\225.png" b/2023/05/12/Go1-1/fig1.png similarity index 100% rename from "2023/05/12/Go1-1/Go\350\257\255\350\250\200\345\237\272\347\241\200\350\257\255\346\263\225.png" rename to 2023/05/12/Go1-1/fig1.png diff --git a/2023/05/12/Go1-1/index.html b/2023/05/12/Go1-1/index.html index 409822f..cc1fd21 100644 --- a/2023/05/12/Go1-1/index.html +++ b/2023/05/12/Go1-1/index.html @@ -23,13 +23,13 @@ - + - + - + @@ -319,7 +319,7 @@

洛谷

-

基础知识🤔

Go语言基础语法

+

基础知识🤔

Go语言基础语法

输入处理

Go接收输入的方式有四类,分别是 fmt 包中的 Scan 、Scanf 和Scanln函数以及bufio.Scanner对象实现。