Browse Source

no message

kuaifan 5 năm trước cách đây
mục cha
commit
b55fc90133
2 tập tin đã thay đổi với 0 bổ sung8 xóa
  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
-