正如标题所述,我试图简单地使用 URLConnection 向网络服务器发送 HTTP 请求,但是当我尝试运行脚本时,它不会发送请求,也不会给我一个错误。
代码:
public static URLConnection connection;
new URL("http://website.com/dostuff.php?whatever=" + whatever).openConnection();
正如标题所述,我试图简单地使用 URLConnection 向网络服务器发送 HTTP 请求,但是当我尝试运行脚本时,它不会发送请求,也不会给我一个错误。
代码:
public static URLConnection connection;
new URL("http://website.com/dostuff.php?whatever=" + whatever).openConnection();