length

種  類 プロパティ
書  式
文字列.
length

解  説
文字の長さを返します。

コード
str = "ABCDECDE";
n = str.length;
alert("文字列の長さは"+n+"です");


■サンプルをダウンロードする >>.zip