大家好,初次使用网络部分的功能,
有以下问题想请各位帮忙,
主要功能:
使用volley 连 php,
初始页面有多个按钮,
根据不同按钮Intent不同页面,
不同页面的程式码皆相同,
只是连结的php不同,
(
String url = "http://xxx.xxx.xxx.xxx/A.php";
/* 不同Button 对应不同 PHP
String url = "http://xxx.xxx.xxx.xxx/B.php";
String url = "http://xxx.xxx.xxx.xxx/C.php";
*/
)
程式码如下:
http://ideone.com/CtSKyx