The type of a variable can be determined by using the typeof(var_name) function. One thing to note is that typeof(null) returns object.
確定! 回上一頁