摘要:
var person = { Name:"Frank", Age:23 } Object.keys(person).forEach(function(key){ console.log(person[key]); }) 阅读全文
摘要:
<!DOCTYPE html><html><head> <title></title> <meta charset=utf-8> <meta name=description content=""> <meta name=viewport content="width=device-width, i 阅读全文