我用jsp聚合物。 我将聚合物和一些组件(铁图标,纸图标按钮......)安装到WebContent文件夹中。 (WebContent / bower_components / iron-xxx..or paper-xxx ..) main.jsp也位于WebContent文件夹中 但是main.jsp什么也没出现。
[main.jsp中]
<%@ page language="java" contentType="text/html; charset=EUC-KR"
pageEncoding="EUC-KR"%>
<html>
<head>
<script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<link rel="import" href="bower_components/iron-icons/iron-icons.html" >
</head>
<body>
<paper-icon-button icon="menu" style="color: red;"></paper-icon-button>
</body>
</html>
我不知道出了什么问题...... 我认为聚合物元素有问题.. 我该怎么办?.... uuu