当前位置:网站首页>go 学习03 基础知识变量类型
go 学习03 基础知识变量类型
2022-07-30 15:33:00 【小丫头呀】
1. go 语言中,声明的语句主要有
- var 表示声明变量,值可以变化,可以对变量进行动态赋值
- const 表示声明常量,值是固定不变,不可以对常量进行动态赋值
- func 表示声明函数
- type 表示声明类型
2.重要关键字介绍
- iota 主要在常量内赋值使用,初始化值是0,依次递增
注意:刚开始初始时调用iota 的时候是为0,但并不是每一次调用都会变成初始化的状态
3. 特殊符号含义
3.1 首先是fmt 包,包含的打印函数用法
- %T 打印输出变量的类型,注意要使用Printf函数进行输出
- %v 以可见的形式输出显示变量的值,这个v是小写的
- %#v 按照格式输出值,就比如,当前的值是字符串,它就以双引号包着值
如果是直类型
它就是根据你的值是什么类型,就以什么样的格式进行输出。
边栏推荐
猜你喜欢
Flask之路由(app.route)详解
php如何去除字符串最后一位字符
Promise Notes (1)
flask获取post请求参数
(Popular Science) What is Fractional NFT (Fractional NFT)
Back waves are coming!Ali produced the "second generation" container technical manual and brain map, which is too fragrant
后浪来袭!阿里产出“第二代”容器技术手册及脑图,这也太香了吧
Placement Rules usage documentation
Flask入门学习教程
How to intercept the first few digits of a string in php
随机推荐
PMP每日一练 | 考试不迷路-7.30(包含敏捷+多选)
【HMS core】【FAQ】Account、IAP、Location Kit and HarmonyOS典型问题合集1
[HMS core] [FAQ] Collection of typical problems of push kit, AR Engine, advertising service, scanning service 2
Google engineer "code completion" tool; "Transformers NLP" accompanying book code; FastAPI development template; PyTorch model acceleration tool; cutting-edge papers | ShowMeAI News Daily
php如何查询字符串出现位置
[HMS core] [FAQ] A collection of typical questions about push kit, analysis services, and video editing services 3
Why is there no data reported when the application is connected to Huawei Analytics in the application debugging mode?
Database - SQL
AL遮天传 DL-深度学习模型的训练技巧
近段时间的学习碎片整理(24)
Huawei ADS reports an error when obtaining conversion tracking parameters: getInstallReferrer IOException: getInstallReferrer not found installreferrer
[AGC] Quality Service 1 - Example of Crash Service
LeetCode-283-移动零
Mysql database query is very slow. Besides the index, what else can be caused?
RobotStudio实现喷漆、打磨等功能(曲面路径生成与仿真)
tiup completion
EST综述:eDNA的多种状态以及在水环境中持久性的认知
华为ADS获取转化跟踪参数报错:getInstallReferrer IOException: getInstallReferrer not found installreferrer
[flutter] What is MaterialApp and Material design
Shell脚本的概念