An object is defined in the module, such as: let a = {}, how can we find the object a through the string 'a'?
// eval不好吗 var a = {b:1}; var str = 'a'; console.log(eval(str))
Search locally or globally
Search locally or globally