javascript字串方法:charAt()、concat()、fixed()、fontcolor()、fontsize()、indexOf()、italics()、link()、match()、replace() 、search()等。
本教學操作環境:windows7系統、javascript1.8.5版、Dell G3電腦。
javascript中的字串(String)方法
#方法 | 描述 |
---|---|
anchor() | |
big() | |
blink() | |
bold() | |
charAt() | |
charCodeAt() | |
concat() | |
fixed() | |
fontcolor() | |
fontsize() | |
fromCharCode() | |
indexOf() | |
italics() | |
lastIndexOf() | |
link() | |
localeCompare() | |
match() | |
replace() | |
search() | |
slice() | |
small() | |
split() | |
strike() | |
sub() | |
substr() | |
substring() | |
sup() | |
toLocaleLowerCase() | |
toLocaleUpperCase() | |
toLowerCase() | |
toUpperCase() | |
toSource() | |
toString() | |
valueOf() |
屬性 | |
---|---|
constructor | |
length | |
prototype |
以上是javascript字串方法有哪些的詳細內容。更多資訊請關注PHP中文網其他相關文章!