Blogger Information
Blog 40
fans 1
comment 0
visits 32731
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
js的函数小记
李明伟的博客
Original
661 people have browsed it

write()属性——write() 方法可向文档写入 HTML 表达式或 JavaScript 代码。

chart()属性——charAt() 方法可返回指定位置的字符。

indexOf()属性——指出子字符串的开始位置

lastIndexOf()属性—— 指出最后一个子字符串的开始位置

substring(开始下标,结束)——返回一个子字符串

replace(要被替换的字符串,需要被替换成字符串)——字符串替换函数

concat()——可以连接俩两个或者多个字符串

substr(起始位置,长度)——返回一个子字符串

parseInt(string)——忽略非数字部分,从第一个字符开始找,找到非数字截止,只取整数部分,忽略小数

String()——数字转字符串

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments