JavaScriptノート02

4426 ワード

1.jsにとって、月と曜日の下付きは0から始まります.
2.getYear()getFulYear()の方法で代替してください.
3.substr()先頭インデックス番号から文字列の指定数の文字を抽出します.
<script type="text/javascript">



var str="Hello world!"

document.write(str.substr(3,7))



</script>
出力:
lo worl
   substring()は、文字列の中の2つの指定された索引番号の間の文字を抽出します.
<script type="text/javascript">



var str="Hello world!"

document.write(str.substring(3,7))



</script>

出力:
lo w
4.ファイル名の拡張子を取得する方法
var a="1.txt"var s 1=a.substr(a.lastIndexOf(「.」)+1)alert(s 1)
5.jsのarrayはjavaのlistとstackの集合です.
6.
Arayオブジェクトを作成する文法:new Aray()new Aray(size)new Aray(element 0,element 1,…,element);
var as=new Aray()as.push(11)as.push(22)alert(as)as=new Aray(11,22,33,44,55,66,77,"111"、"222"23);alert(as)//配列as=[11,12,1,2,3];文字列に変換します.sortは文字列だけで並べ替えられます.逆さま順序alert(as.reverse();as=[1,2,3,4]//は、インデックスが2の前に0つの要素を削除し、2つの要素31と32-->1,2,31,32,3,4/as.splice(2,0,31,32);インデックスが2である前に2つの要素を削除し、2つの要素31と32-->1,2,31,32 as.splice(2,2,31,32)を追加することを表す.alert(as)
function mouseD(obj){        //このオブジェクトの色を設定します.jsで設定したテキストのスタイルはすべてx.styleで設定します.スタイル名は        obj.style.co lor=「啛f 00」        //コードを使ってスタイルを設定する場合、cssで-によって表されるものは全部ラクダのピークマークがあります.font-size-->fontSize        Obj.style.fontSize="18 px"
)
 
xmlns="http://www.w3.org/1999/xhtml「lang=」en">        js 01_ハロー        
    
操作を停止します.
 
 
function loc(){        //テキストボックスの値を取得します.        var h ref=document.getElemenntById(「address」).value;        //あるページに直接ジャンプします.        window.locations.href=href;    }
 
次の例は、サブフォームの内容を親フォームに渡すためのものです.
xmlns="http://www.w3.org/1999/xhtml「lang=」en">        js 01(/title)    <meta name="author"content="Administra"/"    <script type="text/javascript"    //setTimeout(「endWelcome()」、5000);    //function endWelcome(){        //Dcument.getElementById.style.display="none"    //}    </script></head><body>    <div id="welcome"は私達のウェブサイトを歓迎します.    <a href=「33643;」onclick=「window.open」、「aaa」、「width=600、height=300'」>あなたの祝福語を入力します.    <a href=「莻」onclick=「window.open」、「aaa」、「width=600、height=300'」>性別を選択します.    <div id="bless"</div></body></><br><)xmlns="http://www.w3.org/1999/xhtml「lang=」en"><head>    <meta http-equiv=「Content-Type」content=「text/html」charset=utf-8/>    <title>js 01(/title)    <meta name="author"content="Administra"/"    <script type="text/javascript"    function bless(){        //入力された祝福語を取得します.        var mb=document.getElemenntById.value;        //親ウィンドウを取得        var p=window.opener;        //親ウィンドウのidがblessのdivを取得します.        var pd=p.document.getElemenntById(「bless」)        //pdの値を設定します        pd.innerHTML=mb;        //現在のウィンドウを閉じます        window.close()    }    </script></head><body>    祝福語を入力します.<input type="text"size="40"id="mb"/""input type="button"onclick="bless"="value="入力"</body></><br>