收起
<script type="text/javascript"> var str1 = "Hello "; var str2 = "world!"; str1 = str1 + str2; console.log(str1); alert(str1); </script>
报告相同问题?