中文亚洲精品无码_熟女乱子伦免费_人人超碰人人爱国产_亚洲熟妇女综合网

當(dāng)前位置: 首頁 > news >正文

怎樣做外貿(mào)網(wǎng)站建設(shè)怎么出售友情鏈接

怎樣做外貿(mào)網(wǎng)站建設(shè),怎么出售友情鏈接,網(wǎng)站域名備案證書下載,色系網(wǎng)站的文章目錄JavaScript String 字符串對象實(shí)例合集返回字符串的長度為字符串添加樣式返回字符串中指定文本首次出現(xiàn)的位置 - indexOf()方法查找字符串中特定的字符,若找到,則返回該字符 - match() 方法替換字符串中的字符 - replace()JavaScript String 字符…

文章目錄

  • JavaScript String 字符串對象實(shí)例合集
    • 返回字符串的長度
    • 為字符串添加樣式
    • 返回字符串中指定文本首次出現(xiàn)的位置 - indexOf()方法
    • 查找字符串中特定的字符,若找到,則返回該字符 - match() 方法
    • 替換字符串中的字符 - replace()


JavaScript String 字符串對象實(shí)例合集

在這里插入圖片描述

返回字符串的長度

  • 源碼
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>梁辰興實(shí)例</title>
</head>
<body>
<script>
var txt = "Hello World!";
document.write(txt.length);
</script>
</body>
</html>
  • 運(yùn)行效果
    在這里插入圖片描述

為字符串添加樣式

  • 源碼
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>梁辰興實(shí)例</title>
</head>
<body>
<script>
var txt = "Hello World!";
document.write("<p>字體變大: " + txt.big() + "</p>");
document.write("<p>字體縮小: " + txt.small() + "</p>");
document.write("<p>字體加粗: " + txt.bold() + "</p>");
document.write("<p>斜體: " + txt.italics() + "</p>");
document.write("<p>固定定位: " + txt.fixed() + "</p>");
document.write("<p>加刪除線: " + txt.strike() + "</p>");
document.write("<p>字體顏色: " + txt.fontcolor("green") + "</p>");
document.write("<p>字體大小: " + txt.fontsize(6) + "</p>");
document.write("<p>下標(biāo): " + txt.sub() + "</p>");
document.write("<p>上標(biāo): " + txt.sup() + "</p>");
document.write("<p>鏈接: " + txt.link("http://www.") + "</p>");
document.write("<p>閃動文本: " + txt.blink() + " (不能用于IE,Chrome,或者Safari)</p>");
</script>
</body>
</html>
  • 運(yùn)行效果
    在這里插入圖片描述

返回字符串中指定文本首次出現(xiàn)的位置 - indexOf()方法

  • 源碼
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>梁辰興實(shí)例</title>
</head>
<body>
<p id="demo">單擊按鈕來定位指定文本首次出現(xiàn)的位置。</p>
<button onclick="myFunction()">點(diǎn)我</button>
<script>
function myFunction(){var str="Hello world, welcome to the universe.";var n=str.indexOf("welcome");document.getElementById("demo").innerHTML=n;
}
</script>
</body>
</html>
  • 運(yùn)行效果
    在這里插入圖片描述
    在這里插入圖片描述

查找字符串中特定的字符,若找到,則返回該字符 - match() 方法

  • 源碼
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>梁辰興實(shí)例</title>
</head>
<body>
<script>
var str="Hello world!";
document.write(str.match("world") + "<br>");
document.write(str.match("World") + "<br>");
document.write(str.match("worlld") + "<br>");
document.write(str.match("world!"));
</script>
</body>
</html>
  • 運(yùn)行效果
    在這里插入圖片描述

替換字符串中的字符 - replace()

  • 源碼
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>梁辰興實(shí)例</title>
</head>
<body>
<p>單擊按鈕將段落中“Microsoft”替換成“W3CSchool”:</p>
<p id="demo">Visit Microsoft!</p>
<button onclick="myFunction()">點(diǎn)我</button>
<script>
function myFunction(){var str=document.getElementById("demo").innerHTML; var n=str.replace("Microsoft","W3CSchool");document.getElementById("demo").innerHTML=n;
}
</script>
</body>
</html>
  • 運(yùn)行效果
    在這里插入圖片描述
    在這里插入圖片描述
http://www.risenshineclean.com/news/49071.html

相關(guān)文章:

  • 找個(gè)網(wǎng)站開發(fā)的師傅外鏈工具xg
  • 易語言可以做網(wǎng)站后端東莞市優(yōu)速網(wǎng)絡(luò)科技有限公司
  • 舟山網(wǎng)站開發(fā)網(wǎng)絡(luò)營銷和網(wǎng)上銷售的區(qū)別
  • 高端建設(shè)網(wǎng)站公司哪家好網(wǎng)頁版百度云
  • 在家建設(shè)一個(gè)網(wǎng)站需要什么材料企業(yè)網(wǎng)站設(shè)計(jì)畢業(yè)論文
  • 武漢網(wǎng)站建設(shè)公司 排名如何免費(fèi)制作自己的網(wǎng)站
  • wordpress網(wǎng)站秒開上海seo網(wǎng)站優(yōu)化
  • 奧鵬網(wǎng)頁設(shè)計(jì)與網(wǎng)站建設(shè)百度開發(fā)者平臺
  • 怎么做自己優(yōu)惠券網(wǎng)站天門seo
  • 阿里云服務(wù)器搭建多個(gè)網(wǎng)站seo推廣經(jīng)驗(yàn)
  • 企業(yè)網(wǎng)站 夢織百度網(wǎng)址大全首頁
  • 圖書館網(wǎng)站建設(shè)目標(biāo)seo優(yōu)化 搜 盈seo公司
  • wordpress自定義末班寧波seo優(yōu)化公司排名
  • 做淘寶客新增網(wǎng)站推廣被逆冬seo課程欺騙了
  • 北京電商網(wǎng)站開發(fā)公司網(wǎng)絡(luò)熱詞作文
  • 怎么看網(wǎng)站是不是php語言做的做百度網(wǎng)站一年多少錢
  • 做實(shí)驗(yàn)網(wǎng)站企業(yè)員工培訓(xùn)內(nèi)容及計(jì)劃
  • 支付網(wǎng)站費(fèi)怎么做會計(jì)分錄google翻譯
  • 深圳網(wǎng)站建設(shè)i9988seo外包靠譜
  • 建網(wǎng)站要多少錢 優(yōu)幫云廣州百度快速優(yōu)化排名
  • 怎么做淘寶網(wǎng)站推廣優(yōu)化大師下載安裝
  • 廣告設(shè)計(jì)專業(yè)自我介紹北京網(wǎng)站優(yōu)化公司
  • 沈陽網(wǎng)站建設(shè)選網(wǎng)龍百度在線問答
  • 謝崗做網(wǎng)站上海網(wǎng)站搜索引擎優(yōu)化
  • 國外男女直接做的視頻網(wǎng)站如何設(shè)計(jì)網(wǎng)站的首頁
  • 西部數(shù)碼網(wǎng)站管理助手3.0姓名查詢
  • 購物網(wǎng)站商城策劃媒介星軟文平臺官網(wǎng)
  • 做釣魚網(wǎng)站獲利3萬東莞seo優(yōu)化團(tuán)隊(duì)
  • 網(wǎng)站建設(shè)驗(yàn)收程序百度網(wǎng)站排名查詢工具
  • 聊城網(wǎng)站定制志鴻優(yōu)化網(wǎng)下載