BERNIS
这是一个在写作业时发现的一个有趣的地方. 当时想测试创建多个对象,于是想到使用类数组,于是模仿整形数组的创建方法凭感觉写出了如下代码: 123456789101112class BookTest{ public static void test() { Book[] book=new Book[4]; book[0].setTitle("一本少于200页的测
首先是C语言12345678910111213141516#include <stdio.h>#include <stdlib.h>int main() { int arr[5]; int length = sizeof(arr) / sizeof(int); //求数组长度 printf("数组长度: %d\n数组长度: %d\n", length, lengt
测试文档 Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a
FALLING INTO A TRANCE