我正在尝试在我的 jsp 页面中加载外部 css 页面,但通常的做法没有帮助,有什么遗漏的吗?
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Login Page</title>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>