摘要: 和activity中互相传值类似 在activity中 Intent regIntent = new Intent(this, ChatService.class); regIntent.putExtra("student_id", student_id); startService(regInte 阅读全文
posted @ 2016-07-18 18:58 Wei_java 阅读(12200) 评论(0) 推荐(0) 编辑