型とプロパティ

jQuery Types

Types | jQuery API Documentation 文字型 Built-in Methods 文字型 組み込み関数 charAt(0) 指定した文字列を返す 最初の文字は0 2番目は、1 … </head> <body> <p id="test">result</p> toUpperCase() 大文字表現 "hello".toUpperCase() // "HELLO" toLowe…</body>