<link rel="stylesheet" href="${contextPath}/css/bootstrap.css">
初学前端,在引用css文件时,看到别人代码是这样写的,不太明白{contextPath}是如何定义的
${contextPath}是后台代码.
${}是服务器端语言的模板引擎所特有的视图绑定的方式, contextPath 是数据模型。最终生成的代码可以通过鼠标在html页面右键审查元素中看到