摘要: /// <summary> /// 金额转换成中文大写金额 /// </summary> /// <param name="LowerMoney">eg:10.74</param> /// <returns></returns> public string MoneyToUpper(string L 阅读全文
posted @ 2022-05-21 17:06 Forbid404 阅读(6) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Media.Imaging;using System.Drawing;using System 阅读全文
posted @ 2022-05-21 16:36 Forbid404 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 问题如上图; 原因及解析:在浏览器打开本地的html文件, 上面proxy中的url获取的就是一个本地文件, 协议是file://,如果是在服务器启动的话,则使用的是http或者https协议。出于安全性考虑, Chrome默认禁止了这种用法,file协议和http/https协议不同,会被Chro 阅读全文
posted @ 2022-05-21 09:56 Forbid404 阅读(414) 评论(0) 推荐(0) 编辑