JavaScript メソッド.toLocaleString()
Object.toLocaleString() function Object() { [native code] } [object Object]
Array.toLocaleString() function Array() { [native code] } 1,2
Boolean.toLocaleString() function Boolean() { [native code] } false
Date.toLocaleString() function Date() { [native code] } 5/14/2025, 10:21:55 AM
Function.toLocaleString() function Function() { [native code] } function anonymous( ) { }
Number.toLocaleString() function Number() { [native code] } 123,500
String.toLocaleString() function String() { [native code] } 1234
Error.toLocaleString() function Error() { [native code] } Error: エラーが発生しました。