摘要:
实现功能:提取表格某一列的值。 所用库:xlrd 打开表格的函数 读取表格的函数 主函数 读取第9,14,17列的数据并存入phone.txt中。 阅读全文
摘要:
新建Activity实现页面之间的跳转与传值。 layout1.xml <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas. 阅读全文
摘要:
单击事件有3种方法: 第一种: layout.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:gra 阅读全文