摘要: .xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.andro 阅读全文
posted @ 2016-12-08 20:37 &慧& 阅读(229) 评论(0) 推荐(0)
摘要: .java public void takeOrder(View v){ CheckBox chk; String msg=""; int[] id={R.id.chk1,R.id.chk2,R.id.chk3,R.id.chk4,R.id.chk5,R.id.chk6}; for (int i:i 阅读全文
posted @ 2016-12-08 20:15 &慧& 阅读(301) 评论(0) 推荐(0)