a.replace(/,/g,";") 'a.replace' is undefined一直报错?
MiniProgramError a.replace is not a function. (In 'a.replace(/,/g,";")', 'a.replace' is undefined) TypeError: a.replace is not a function. (In 'a.replace(/,/g,";")', 'a.replace' is undefined) @https://lib/WAServiceMainContext.js:1:668374 at <setTimeout callback function> @https://lib/WAServiceMainContext.js:1:154507 _onNativeTimer@ global code@ 我用 Taro 开发的小程序,一直报这个错,但是代码里面根本没有这段 .replace(/,/g,";") 代码,看了打包后的代码也没有。不知道从哪查起,万能的社区能不能给点思路,非常感谢🙏