2、[typeof null, null instanceof Object]的结果是什么? [object;false]✖ 切记 typeof 返回的是字符串 ,共六种:"number"、"boolean"、"string"、"function"、"object"、"undefined" ["object", false] →表示["object";false] 5、正则表达式 ^d+[^d]+ 能匹配下列哪个字符串? &nbs...