敲代码写网站没问题,但是之前一直用.Net的,静态网页没有母版页,布局页这种东西,用什么解决网站公用部分需要全体修改的问题?
难道要装Dreamweaver ??
有没有小一点的,
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
- Adding a timeout to a render function in ReactJS
editplus 或者 Sublime
txt,纯手动
Visual Studio Code或者Webstorm
用load可以插入公共html直接写好了公共的让后再需要的页面的js里插入就可以:$(".box").load("a.html")
工具idea;公共部分分层脱离:iframe、或者js的load加载。
HB