我想在POST请求的onResponse内部(if)移动GET方法而不再调用URL,因为一旦用户发布edittext php文件将回显json结果,该结果将显示在活动中的listview内,所以如果再次调用URL其他方法什么都不会出现,我该怎么办呢?
Get-ADGroup -Filter 'GroupCategory -eq "Security"' -Properties ManagedBy | Select Name, @{Name="ManagedByName";Expression={Get-AdUser -Identity "$_" | Select -Expand Name}}