bui.typeof Class
判断类型, 不能用来判断jq对象,会返回一个数组
Constructor
bui.typeof
                                    
                                            
                                                (
                                    
                                            
                                                String
                                            
                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                        
                                    
                                        - 
                                                            
value 
Parameters:
- 
                                                            
valueString[要判断的对象]
 
Returns:
                                                            String:
                                                        
                                            [返回 json | regexp | array | object | function | string | number | boolean | null | undefined ]
Example:
  var type = bui.typeof({"id":"123"});
                                       console.log(type) // "object"
                                    
                                    
                                                