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