jscharAt的使用示例_javascript技巧
来源:懂视网
责编:小采
时间:2020-11-27 21:19:53
jscharAt的使用示例_javascript技巧
jscharAt的使用示例_javascript技巧:eg: 代码如下: var str=Hello world! document.write(The first character is: + str.charAt(0) + ) document.write(The second character is: + str.charAt(1) + ) document.wri
导读jscharAt的使用示例_javascript技巧:eg: 代码如下: var str=Hello world! document.write(The first character is: + str.charAt(0) + ) document.write(The second character is: + str.charAt(1) + ) document.wri

eg:
代码如下:
jscharAt的使用示例_javascript技巧
jscharAt的使用示例_javascript技巧:eg: 代码如下: var str=Hello world! document.write(The first character is: + str.charAt(0) + ) document.write(The second character is: + str.charAt(1) + ) document.wri