JS_0016:JS返回指定位置的字符 charAt() 方法
时间:2020-07-04 18:09:28
收藏:0
阅读:53
1,
var str="Hello world!" document.write(str.charAt(1))
e
2,
原文:https://www.cnblogs.com/eliteboy/p/13235785.html
评论(0)