/** * 型の判定 * @param {operand} obj 判定したいもの * @return {string} 型名 */ radix.typeJudge(obj);
引数に渡した変数の現在の型を返します。