摘要:
参考:https://blog.csdn.net/ws9029/article/details/112326479当处理HTTP请求时,Content-Type头部字段用于指定请求或响应的数据类型。以下是几种常见的Content-Type。text/html:HTML文档类型。application 阅读全文
摘要:
来源:https://blog.csdn.net/Yuhang_Zhou/article/details/140614304验证码辅助类 using System.Drawing; using System.Drawing.Imaging; namespace XCGApp { /// <summa 阅读全文
摘要:
看 //获取url中指定key的参数值 export const getQueryParam = (name, url = null) => { if (!url) url = window.location.search var q = url.match(new RegExp('[?&]' + 阅读全文