标签: android web-services
http://10.0.3.2/script.php
给定的网址对我不起作用
答案 0 :(得分:0)
打开cmd,输入ipconfig并查找您的PC IPv4,复制IP地址并将其粘贴到URL中,以便网址看起来像
String url = "http://IPV4Address:8888/index.php";