摘要:
//Java代码private void showPopupWindow(View view) { // 一个自定义的布局,作为显示的内容 View contentView = LayoutInflater.from(getActivity()).inflate( R.layout.layout_popwindow1, null)... 阅读全文
摘要:
//get方式请求网络数据 String urlPath="http://192.168.98.112:8080/CloudMusicPlayer/fragment1_1_lv2/json/SongInfo.json"; // String data="SongName=驿动的心&SongAutor=姜育恒"; HttpURLConnection connectio... 阅读全文