include、extends用法和区别
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>page2</title></head><body><div id="app1"> <a>模板内容</a> <input type="button" value="点我弹窗" @click="click1"/> <a>message</a></div></body></html>
可以看到base2.html被导入到了page2.html文件中,相当于代码复用。
总结extends主要用于同一主题的网页,网页之间的框架大体相同,include主要用于多个html中有相同的代码。
二者是可以一起使用的,这么看extends和include用处刚好是相反的。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。