1 Star 0 Fork 0

ywqsopen_source_code / pre_html

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xx.html 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunmch@163.com 提交于 2018-12-17 10:10 . 初始化
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script>
var obj = {}
obj["name1"]={size:123,process:0};
obj["name2"]={size:312,process: 5}
console.info("obj: "+ JSON.stringify(obj));
Object.keys(obj).forEach(function(key){
console.log(key,JSON.stringify(obj[key]));
});
</script>
</body>
</html>
1
https://gitee.com/ywqsopen_source_code/pre_html.git
git@gitee.com:ywqsopen_source_code/pre_html.git
ywqsopen_source_code
pre_html
pre_html
master

搜索帮助