ホームページ > 記事 > ウェブフロントエンド > jsの使い方と機能まとめ_javascriptスキル
js の使用方法の概要は、初心者にもベテランにも役立ちます。
1 スクリプト ブロックを作成します
1:
2 隠しスクリプト コード 1:
JavaScript をサポートしていないブラウザでは、関連するコードは実行されません
3 ブラウザがサポートしていない場合に表示されます
1: 3:
4 外部スクリプト ファイルへのリンク>
1: 5 コメントスクリプト
1: //これはコメントです 2: document.write("Hello") // これはコメントです 3: /*
4: これはすべて
5: コメントです
; 6: */
6 ブラウザへの出力
1: document.write("Hello"); 7 変数の定義
1: var myVariable = "何らかの値"; 8 文字列の追加
1: var myString = "String1" "String2"; 9 文字の文字列検索
1:
1:
2: < 🎜>3: var myArray = 新しい Array(5);
4: myArray[0] = "z";
5: myArray[1] = "c"; = "d";
7: myArray[3] = "a";
8: myArray[4] = "q";
10: // -->
11:
14 分割文字列
1:
1: <スクリプト言語 =" ">
2: 5: ;
16 ポップアップ確認ボックス
1:
17 関数を定義します
1:
28出力改行
1: document.writeln("a");
2: document.writeln("b");
1: <スクリプト言語="JavaScript">
2: var thisDate = new Date(); 3: document.write(thisDate.toString()); 4:
30 日付のタイムゾーンを指定します
1: 2: var myOffset = -2; 3: var currentDate = new Date();
4: var userOffset = currentDate.getTimezoneOffset()/60;
5: var timeZoneDifference = userOffset - myOffset; currentDate.getHours() timeZoneDifference) ;
7: document.write(「中央ヨーロッパの時刻と日付は次のとおりです: " currentDate.toLocaleString());
31 日付の出力形式を設定します
1:
32 URL パラメーターの読み取り
1:
HTML はステートレスだとまだ思っていますか?
33 新しいドキュメント オブジェクトを開きます
1:
34 ページジャンプ
1:
35 Web ページの読み込み進行状況ウィンドウを追加
1: 2:
3:
6:
7:
8: ');
9: 40 関数によって実装された画像置換
1: 19:
20:
21:
42 随机广告图片
1:
43 表单构成
1:
44 访问表单中の文本の内容
1:
4: テキスト フィールドをチェック
45 アニメーション态复制文本框内容
1:
5: テキスト フィールドをコピー
46 侦测文本框の変更
1:
47 入力中の選択
1:
8: 選択リストの確認
48 アニメーション态增加選択项
1:
7:
8: document.myForm.mySelect.length ;
9: document.myForm.mySelect.options[document.myForm.mySelect.length - 1].text = “3";
10: document.myForm.mySelect.options[document.myForm.mySelect.length - 1].value = “第 3 の選択”;
11:
49 验证表单字段
1:
9: <フォーム名="myForm" アクション="target.html">
10: テキスト フィールド:
11:
12:
50 验证Select项
1: function checkList(selection) {
2: if (selection.length == 0) {
3: window.alert(“あなたリストから選択する必要があります。");
4: false を返します。
5: }
6: true を返します。
7: }
51 自動変更表のアクション
1:
52 画像按钮を使用します
1:
6:
53 表单データの加密
1:
18: <フォーム名='myForm' onSubmit='encryptForm(this); window.alert(this.myField.value);'>
19: テキストを入力します:
20: