`
wmsjlihuan
  • 浏览: 3164 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
  <?php   //一维数组   简单的做法  unset($arr[array_search($value,$arr)])     $arr = array("a","b","c","d");   function isHave($var){     if($var!="b")     return true;   }   $arr_filter = array_values(array_filter($arr,"isHave"));   ...
先引一段原文,可略过..   .....Object is the superclass of all the built-in classes, and all classes inherit a few basic methods from Object. Recall that objects inherit properties from the prototype object of their constructor. How do they also inherit properties from the Object class? ...
Global site tag (gtag.js) - Google Analytics