摘要:
为我们的程序定义基本数据 package com.example.myexamproject.bean;public class Student { private String stuNumber; private String stuName; private String stuMajor; 阅读全文
摘要:
写个删除界面的后端 package com.example.myexamproject;import androidx.appcompat.app.AppCompatActivity;import android.os.Bundle;import android.view.View;import a 阅读全文
摘要:
写后端增加数据的代码 package com.example.myexamproject;import androidx.appcompat.app.AppCompatActivity;import android.os.Bundle;import android.text.TextUtils;im 阅读全文