如何用JavaScript对字符串进行解析并计算出结果1、利用事实函数eval()()例:<script>var str="3+2"document.write(eval(str))<script>输出结果为52、parse2023-04-12JavaScript160