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
-