19 01 11 javascript ?????????????????????(???????????????) ??????????????????????????????(代码片段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了19 01 11 javascript ?????????????????????(???????????????) ??????????????????????????????(代码片段相关的知识,希望对你有一定的参考价值。
?????????end parse ?????? ?????? ?????? str for color javascrip
?????????????????????
????????????????????????document??????getElementsByTagName???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
?????? ??????????????????????????? ??????????????????????????????
<script type="text/javascript"> window.onload = function(){ var aLi = document.getElementsByTagName(???li???); // aLi.style.backgroundColor = ???gold???; // ?????????????????????????????????li alert(aLi.length); aLi[0].style.backgroundColor = ???gold???; } </script> .... <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> <li>6</li> </ul>
??? for ??????????????????????????????????????????????????? ??????????????????????????????
?????????????????????
1?????????????????????????????? + ???
2???parseInt() ???????????????????????????????????????
3???parseFloat() ???????????????????????????????????????
4???split() ???????????????????????????????????????????????????
5???charAt() ????????????????????????????????????
6???indexOf() ??????????????????????????????????????????
7???substring() ??????????????? ????????? substring(start,end)????????????end?????????
以上是关于19 01 11 javascript ?????????????????????(???????????????) ??????????????????????????????(代码片段的主要内容,如果未能解决你的问题,请参考以下文章