您好,登錄后才能下訂單哦!
<html>
<head>
<style type="text/css">
.class{color:red;} 類選擇器
#id {color:red;} id選擇器
#id p{} id元素下面的所有p標(biāo)簽
#id >p{} 直屬下層的p
#test +p{} 同級下一個p
<style>
<link rel="stylesheet" type="text/css" href=""/> 外部樣式
<script type="text/javascript">
</script>
<script type="text/javascript" src=""></script> 外部js
</head>
<body>
</body>
</html>
(function(){})() 自執(zhí)行函數(shù),頁面加載自動會先執(zhí)行函數(shù)
字符處理:obj.trim 去掉空格
obj.charAt()找到字符串的第幾個字符
obj.lenth()長度
切割字符串 obj.substring()
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。