Bat バッチ処理 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(ページの作成:「== '''概要''' ==  Windowsのバッチ処理は、プログラムのような記述によって、一括でコマンドラインのコマンドを順次に実行する...」)
 
(概要)
 
4行: 4行:
  
 
 <big>'''互換性の無い技術'''</big>
 
 <big>'''互換性の無い技術'''</big>
 +
 +
staticはオブジェクトを実体化しなくても使える機能。
 +
 
'''一般文法'''
 
'''一般文法'''
 
*let const
 
*let const
9行: 12行:
 
*export import
 
*export import
 
*get set
 
*get set
 +
 +
 
'''クラス'''
 
'''クラス'''
 
*Console
 
*Console
 
*JSON
 
*JSON
 +
 +
 
'''定数'''
 
'''定数'''
 
*globalThis
 
*globalThis
'''Stringクラスの以下機能'''
+
 
static変数
+
 
 +
'''Stringオブジェクトの以下機能'''
 +
 
 +
static関数
 
* fromCodePoint
 
* fromCodePoint
 
* raw
 
* raw
 +
 +
 
引数無し関数
 
引数無し関数
 
* N
 
* N
クラス関数
+
 
 +
 
 +
オブジェクト関数
 
*codePointAt
 
*codePointAt
 
*includes
 
*includes
35行: 49行:
 
*trimLeft
 
*trimLeft
 
*trimEnd
 
*trimEnd
 +
 +
 +
'''Arrayオブジェクトの以下機能'''
 +
 +
static関数
 +
*from
 +
*isArray
 +
*of
 +
 +
 +
オブジェクト関数
 +
*copyWithin
 +
*entries
 +
*every
 +
*fill
 +
*filter
 +
*find
 +
*findIndex
 +
*flat
 +
*flatMap
 +
*forEach
 +
*includes
 +
*indexOf
 +
*keys
 +
*lastIndexOf
 +
*map
 +
*reduce
 +
*reduceRight
 +
*some
 +
*toSource
 +
*values
 +
 +
 +
'''Dateオブジェクトの以下機能'''
 +
 +
static変数
 +
*now
 +
 +
 +
オブジェクト関数
 +
*toISOString
 +
*toJSON
 +
*toLocalFormat
 +
*toSource
 +
 +
 +
'''Numberオブジェクトの以下機能'''
 +
 +
static変数
 +
*EPSILON
 +
*MAX_SAFE_INTEGER
 +
*MIN_SAFE_INTEGER
 +
*NaN
 +
 +
 +
static関数
 +
*isFinite
 +
*isInteger
 +
*isNaN
 +
*isSafeInteger
 +
*perseFloat
 +
*perseInt
 +
 +
 +
オブジェクト関数
 +
*toPrecision
 +
*toSource
 +
 +
 +
'''Mathクラスの以下機能'''
 +
 +
static関数
 +
*asinh acosh atanh
 +
*sinh cosh tanh
 +
*cbrt
 +
*expm1
 +
*flound
 +
*hypot
 +
*imul
 +
*log10
 +
*log1p
 +
*log2
 +
*sign
 +
*trunc

2022年1月23日 (日) 00:00時点における最新版



個人用ツール
名前空間

変種
操作
案内
ツールボックス