ajax 传值 中文乱码问题时间:2021-09-28 12:06:17 使用encodeURI编码内容 var Path = encodeURI("中文.xls"); url: "ashx/Data.ashx?Path =" + Path,