执着蜜粉

文章
2
资源
0
加入时间
3年0月9天

android中获取选择图片的路径

data.getData();         Uri selectedImage = data.getData();           String[] filePathColumn = { MediaStore.Images.Media.DATA };           Cursor cursor = getContentResolver().query(selectedI

Ajax中responseText解析json格式数据

解决ajax处理服务器端返回结果responseText中是JSON的数据。第一,json格式的文件内容如下:{ "city":"ShangHai", "telephone":"123456789"}第二,服务器端返回的json数据就是上述的内容在responseText中,现在要取出来,方法有两种:方法1:var json=JSON.parse(request.respon