摘要: //返回路径 public async Task<ApiResponse<string>> DownFile5(string formId, Dictionary<string, DataTable> dt, string baseurl, Dictionary<string, string> wj 阅读全文
posted @ 2022-04-22 22:58 无定的界 阅读(434) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>获取所欲{空号内容}以及替换处理</title> <script> function urlcs(){ var str='aswwdds{aaaa}wwww{bb}aswwdds{ 阅读全文
posted @ 2022-04-22 22:42 无定的界 阅读(75) 评论(0) 推荐(0)
摘要: 1 private static string RemoveInvalidFileNameChars(string fileName) 2 { 3 if (string.IsNullOrWhiteSpace(fileName)) return null; 4 5 string invalid = n 阅读全文
posted @ 2022-04-22 22:36 无定的界 阅读(89) 评论(0) 推荐(0)