我可以使用ajax和IHttpActionResult将数组发布到C#.net (VS2017)中的web。但是,在我将代码转换为vb.net (VC2017)之后,它就不能工作了。Property latIn As DecimalEnd Class<HttpPost> Dim lat1 = latlons(0).latIn
Ret
我正在尝试将简单的数据发布到一些站点,在本例中是在我的本地服务器上的一个php文件。我的VB.NET代码:Dim A As String = ""
Dimprint_r($_POST);print_r($_GET);因此,当我启动VB.NET应用程序时,它只是简单地调用p.php (GET),但POST<