美文网首页我爱编程
2018.04月面试题

2018.04月面试题

作者: noyanse | 来源:发表于2018-04-10 20:51 被阅读0次

    vue相关:

    • 1.组件之间的通信

    父组件传给子组件用props
    子组件向父组件通信用$emit
    具体参照:https://www.jianshu.com/p/612f88f67bd6

    • 2.slot

    插槽
    参照:https://www.cnblogs.com/waitforyou/p/6773978.html

    • 3.列表页如何对应详情页,如何做vue动态模板

    参照
    https://www.jianshu.com/p/e1072ac84b62

    • 4.webpack异步加载模块

    参照:https://segmentfault.com/a/1190000008279471

    • 5.vue一般用什么组件库

    参照:https://blog.csdn.net/mongo_node/article/details/78879330

    • 6.vue ajax怎么做
    • 7.vue路由的钩子函数

    https://www.cnblogs.com/heioray/p/7193841.html

    • 8.vue-router拦截

    https://blog.csdn.net/wang1006008051/article/details/77962942

    • 9.ajax如何控制同步和异步?
    • 10.打包出来的是静态html文件,外面有壳子吗?怎么放到服务器上

    https://www.cnblogs.com/hai-cheng/p/7826701.html

    ES6

    • 1.promise
    • let const
    • 箭头函数

    jquery

    • 为什么jquery不用new?
    • 链式操作原理?

    JS

    • 1.基本数据类型
    null undefind boolean number string
    
    • 2.typeof(null)是什么?

    返回"object"

    • 3.对象的继承
    • 4.constructor

    原型对象指向构造函数

    H5

    • H5新特性
    • 存储
    • cookie
    • indexDB?

    数组

    (我数组基础真差)

    • 说一些数组的方法
    • some?
    • find?
    • filter
    • every?
    • reduce?
    • map
    • from

    https://www.jianshu.com/p/f80e17447a58

    • selector.queryAll返回的伪数组如何转成数组

    https://www.cnblogs.com/NTWang/p/6280447.html

    和后台的交互

    • 前后台不分离如何做

    移动端

    • 如何做适配

    布局

    • 左右固定,中间自定义
    • div水平垂直居中

    相关文章

      网友评论

        本文标题:2018.04月面试题

        本文链接:https://www.haomeiwen.com/subject/tqonhftx.html