首页
编程
java
php
前端
首页
编程
java
php
前端
.net接口地址栏传参调用调用方法
怎么通过url中填写的路径以及方法名和参数触发接口中对应的方法并返回结果
最简单的
字符串拼接得到url然后
webclient.downloadstring(你的url)
点击展开全文