使用 encodeURIComponent 处理一下 let testString = "qwer&*^%$#123465"; testString = encodeURIComponent(testString);