摘要:
function downloadFile(id) { var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://localhost/api/app/isp-detection/' + id + '/download'); xhr.respo 阅读全文
摘要:
using Microsoft.AspNetCore.Mvc; using System; namespace Feed.Controllers { [ApiController] public class AaaController : Controller { [HttpGet] [Route( 阅读全文