javascript中如何取字符串的第一个字符<script type="textjavascript">var str="Hello world!"document.write(str.charAt(0))ch2023-03-01JavaScript130