简单教程
提交运行
代码编辑器:
<script> var str="a,b,c,d,e,f"; var n=str.split(","); document.write(n[0]); </script>
运行结果: