摘要: 请求地址: https://abc.baidu.com/?track_number=1234567890 页面通过表单提交转发: <html> <head></head> <body onload="document.form1.submit()"> <form name="form1" metho 阅读全文
posted @ 2020-05-14 14:48 jeffh 阅读(303) 评论(0) 推荐(0)
摘要: .net webapi后台返回pdf文件流,前端ajax请求下载,空白pdf排错经历 先上代码: 后台webapi代码: [HttpGet] [Route("{manifestId}")] public IHttpActionResult FindManifestPdfById([FromUri]s 阅读全文
posted @ 2020-05-14 11:52 jeffh 阅读(4123) 评论(0) 推荐(0)