Vue例項 本地留言板

2021-10-18 06:00:24 字數 524 閱讀 2076

好久沒有寫新的筆記了,今天回想了一下之前學習的vue知識,現在複習一遍,寫寫學習事的例項並加以修改一下:

本地記事本:

1、主要功能

2、主要知識點:

(1)監聽事件—–v-on/@

(2)list—–v-for

(3)資料繫結—–v-model

(4)v-show

**示例:

提交        

}items left

clear

技術支援:

mn樂享

data: ,

list:

},methods: else

},remove: function (index) ,

clear: function () }})

提取碼獲取方法:

留言板骨架

顯示頁 form action lyb index.php index insert.html method post input name text type text value 表單提交 action位址要換成thinkphp裡的u方法,也就是去控制器裡找方法,這個方法負責接收post來的資料...

PHP留言板 一看就會的留言板

1.資料庫建立乙個message表用來儲存資料 2.連線資料庫 我是原生代pdo host 127.0.0.1 port 3306 埠 username root 使用者名稱 password root 密碼 dbname 表名 dsn mysql dbname dbname host host 拼...

PHP檔案操作及例項 留言板

一 檔案操作函式 1.建立檔案 touch php bool touch string filename int time time int atime 2.複製檔案 copy php yyy.php 3.移動或重新命名 rename php yyy.php 4.刪除檔案 unlink php 5....