zoukankan      html  css  js  c++  java
  • 面试题

    整理下面试题


    1.Math对象的常用方法list
    ceil round floor cos sin tan
    2.写一个js的自定义类,类的继承是怎么实现的,写一个json类

    3.写一段程序把字符串反转

    4.用json类的形式叙述一个对象

    5.写一个xml的遍历方式
    children nextElementSibing prevousElementSibling lastXXX firstXXX
    6.javascript的常用对象列出来

    7.dom对象的常用方法

    8.table的详细结构,详细的写出来
    table tbody tfoot colgroup col caption tr td th
    9.给了一段xml文本,如何用程序去取出第二段的title
    children nextElementSibing prevousElementSibling lastXXX firstXXX
    10.js的弹出浮动层如何实现.

    11.用一段程序是遍历一个xml,然后把他们的所有的title节点用倒叙的方式转化为字符串

    12 http的状态都有那些

    post get delete put head 

     http://www.yudesign.cn/archives/?article-36.html

  • 相关阅读:
    c#的Marshal
    爬虫之requests详解
    爬取抖音视频
    爬取拉钩网
    爬虫自动登陆GitHub
    爬取博客园博客
    爬取煎蛋网文章
    爬取抽屉热搜榜文章
    准备
    爬虫示例
  • 原文地址:https://www.cnblogs.com/jikey/p/1749349.html
Copyright © 2011-2022 走看看