91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

vue綁定設置屬性的多種方式(5)

發布時間:2020-09-05 00:02:10 來源:腳本之家 閱讀:541 作者:ghostwu 欄目:web開發

vue系列教程第五篇,即綁定設置屬性的多種方式,具體內容如下

一、設置屬性的值: {{data中的數據}}

window.onload = function () {
  var c = new Vue({
  el : '#box',
  data : {
   url : 'https://cache.yisu.com/upload/information/20200622/114/68556.jpg'
  }
  });
 }
<div id="box">
  <img src="{{url}}" alt=""/>
</div>

二、v-bind綁定屬性的值

window.onload = function () {
  var c = new Vue({
  el : '#box',
  data : {
   url : 'https://cache.yisu.com/upload/information/20200622/114/68556.jpg'
  }
  });
 }
 
<div id="box">
 <img v-bind:src="url" alt=""/>
</div>

三、簡寫方式,冒號 (:) 綁定

window.onload = function () {
  var c = new Vue({
  el : '#box',
  data : {
   url : 'https://cache.yisu.com/upload/information/20200622/114/68556.jpg'
  }
  });
 }
<div id="box">
 <img :src="url" alt=""/>
 </div>

四、綁定多個屬性

window.onload = function () {
  var c = new Vue({
  el : '#box',
  data : {
   url : 'https://cache.yisu.com/upload/information/20200622/114/68556.jpg',
   w : '400px',
   t : '這是一張百度圖片'
  }
  });
 }
<div id="box">
 <img :src="url" :width="w" :title="t" alt=""/>
</div>

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

天津市| 从江县| 祁连县| 兴仁县| 东山县| 工布江达县| 兖州市| 新建县| 滁州市| 洪泽县| 开封市| 秀山| 扶风县| 正安县| 泊头市| 太保市| 永平县| 宁远县| 原平市| 衡阳市| 高台县| 鹤庆县| 舞钢市| 四子王旗| 宝鸡市| 巢湖市| 西乌| 安陆市| 博客| 昆山市| 宜城市| 大同县| 常山县| 定安县| 九龙城区| 洛宁县| 南漳县| 崇仁县| 中牟县| 蒙城县| 调兵山市|