using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CodeTest
{
class Program
{
static void Main(string[] args)
{
//位bit 0,1 表示二进制文件的基础单位
//字节byte 八个0和1 (对位的封装)
//基本类型float , int (4个字节), string ,ushort
int a = 10;// 10 0 0 0
int b = 255;
Unity_数据类型之间的相互转换
最新推荐文章于 2025-05-15 09:41:52 发布