2019年11月23日

摘要: public void startCamera(View view){ Intent intent=new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(intent, 1); }//用于页面显示 @Overridep 阅读全文
posted @ 2019-11-23 09:30 带镐伤的土豆 阅读(194) 评论(0) 推荐(0) 编辑

导航