11 2018 档案

QRCode.js 生成二维码
摘要:相关文档:Github 中文文档 阅读全文

posted @ 2018-11-26 10:19 Luiken 阅读(192) 评论(0) 推荐(0)

JavaScript判断该对象是否为数组
摘要:function test(){} console.log(typeof 1); // number console.log(typeof test); // function console.log(typeof "yunxi"); // string console.log(typeof und 阅读全文

posted @ 2018-11-23 16:54 Luiken 阅读(155) 评论(0) 推荐(0)

Viewport模版
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="vie 阅读全文

posted @ 2018-11-23 16:33 Luiken 阅读(111) 评论(0) 推荐(0)

移动Web端资源整合
摘要:meta篇 viewreport 视窗宽度 <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> widt 阅读全文

posted @ 2018-11-23 16:15 Luiken 阅读(189) 评论(0) 推荐(0)

使用vue自定义简单的消息提示框
摘要:@* *@ {{myOptions.title}} ... 阅读全文

posted @ 2018-11-01 16:15 Luiken 阅读(9199) 评论(0) 推荐(0)

导航