摘要: `package com.msb; public class TestType { public static void main(String[] args) { //基本数据类型: //【1】整数类型 byte a = 10;//表数范围:-128~127 short b = 20;//表数范围 阅读全文
posted @ 2025-08-06 20:29 素厚 阅读(7) 评论(0) 推荐(0)