摘要:
package com.example.android; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatab 阅读全文
2020年12月20日
摘要:
package hhh.com.myapplication; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpe 阅读全文
摘要:
package hhh.com.myapplication; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.widget.EditText; i 阅读全文
2020年11月3日
摘要:
package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.view.View; 阅读全文
摘要:
activity_main.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_wid 阅读全文
2020年8月31日
2020年6月3日
2020年5月28日
摘要:
1.编写一个程序,实现字符串大小写的转换并倒序输出。要求如下(1)使用for循环将字符串“ Hello world”从最后一个字符开始遍历(2)遍历的当前字符如果是大写字符,就使用 toLower Case()方法将其转换为小写字符,反之则使用 toUpper Case()方法将其转换为大写字符。( 阅读全文