国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

Javascript字符串對象的常用方法簡明版

2019-11-20 14:23:47
字體:
供稿:網(wǎng)友
var a = "abcDEfGgdefg32asdf38";document.write("原始:"+a+"<br />")document.write("粗體:"+a.bold()+"<br />");document.write("大號:"+a.big()+"<br />");document.write("斜體:"+a.italics()+"<br />");document.write("刪除線:"+a.strike()+"<br />");document.write("字體大小:"+a.fontsize(10)+"<br />");document.write("字體顏色:"+a.fontcolor("#ff0000")+"<br />");document.write("上標:"+a.sup()+"<br />");document.write("下標:"+a.sub()+"<br />");document.write("大寫:"+a.toUpperCase()+"<br />");document.write("大寫:"+a.toLowerCase()+"<br />");document.write("返回索引字符:"+a.charAt(3)+"<br />");//這里應該是"D"document.write("返回索引:"+a.indexOf("f")+"<br />");//這里應該是5document.write("返回索引(逆向查找):"+a.lastIndexOf("f")+"<br />");//這里應該是9document.write("查找字符串:"+a.search("f")+"<br />");//這里應該是5,與indexOf相同document.write("替換字符串:"+a.replace("a","A")+"<br />");//把字符串中的a替換成Adocument.write("返回子串:"+a.slice(1,3)+"<br />");//應該是bc,返回從索引1到3-1的子串document.write("分割字符串:"+a.split("D").toString()+"<br />");//把D作為分割符,分割字符串,返回數(shù)組document.write("返回子串:"+a.substr(1,2)+"<br />");//返回子串,從索引1開始,長度為2,這里就是bcdocument.write("返回子串:"+a.substring(1,3)+"<br />");//與sclice()相同,返回索引1到3-1的子串document.write("匹配:"+a.match(//d+/)+"<br />");//正則匹配,返回匹配的結(jié)果,這里是32

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 德令哈市| 商丘市| 凌海市| 阿巴嘎旗| 河南省| 洛川县| 利川市| 武乡县| 凤凰县| 延长县| 邛崃市| 道真| 高阳县| 大连市| 盘锦市| 叙永县| 海宁市| 抚远县| 保亭| 黔江区| 柏乡县| 玉山县| 贵定县| 马关县| 杂多县| 集贤县| 潜江市| 得荣县| 宁强县| 合水县| 永年县| 辽宁省| 甘谷县| 建阳市| 二手房| 江达县| 涞源县| 呼伦贝尔市| 武胜县| 安岳县| 繁峙县|