浏览代码

no message

kuaifan 5 年之前
父节点
当前提交
b55fc90133
共有 2 个文件被更改,包括 0 次插入8 次删除
  1. 0 6
      test.js
  2. 0 2
      test.php

+ 0 - 6
test.js

@@ -1,6 +0,0 @@
-let array = {id: 1, pid: 2};
-
-for (let key in array) {
-    if (!array.hasOwnProperty(key)) continue;
-    console.log(key + "---" + array[key])
-}

+ 0 - 2
test.php

@@ -1,2 +0,0 @@
-<?php
-