11 2016 档案
摘要:<meta http-equiv="imagetoolbar" content="false" /> 定是否显示图片工具栏,当为false代表不显示,当为true代表显示。 meta其他标签的含义了META标签的http-equiv=Content-Type content="text/html h
阅读全文
摘要:<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" /> <meta content="telephone=no" name="forma
阅读全文
摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .pic{ width: 300px; height: 300px; overflow: auto; } .pic
阅读全文
摘要:1.基本绑定: new Vue( { el:'#elID', data:{ // data obj }, computed:{ // computed obj }, methods:{ // methods obj }, } ); 2.指令: 前缀为v- *v-if, v-for, v-bind,
阅读全文