吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1069|回复: 4
收起左侧

[求助] 网页显示特殊字符

[复制链接]
ai1261107529 发表于 2022-5-20 10:45
打开网页发现多个几个 “>”  ,请问什么原因产生的,该如何消除呢


image.png       
<%@ page contentType="text/html;charset=UTF-8" language="java" %><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ page isELIgnored="false"%>


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <input type="button" value="新增" id="add">

    <hr>
    <table border="1" cellspacing="0" width="80%">
        <tr>
            <th>序号</th>
            <th>品牌名称</th>
            <th>企业名称</th>
            <th>排序</th>
            <th>品牌介绍</th>
            <th>状态</th>
            <th>操作</th>
        </tr>

        <c:forEach items="${brands}" var="brand" varStatus="status">
            <tr align="center">
                    <%--<td>${brand.id}</td>--%>
                <td>${status.count}</td>
                <td>${brand.brandName}</td>
                <td>${brand.companyName}</td>
                <td>${brand.ordered}</td>
                <td>${brand.description}</td>
                <td>${brand.status == 1 ? "启用":"禁用"}</td>>
                <td><a href="/brand-app/selectByIdServlet?id=${brand.id}">修改</a> <a href="#">删除</a></td>
            </tr>
        </c:forEach>
    </table>
    <script>
        document.getElementById("add").onclick = function () {
            location.href = "/brand-app/addBrand.jsp";
        }
    </script>
</body>
</html>

免费评分

参与人数 1吾爱币 +1 热心值 +1 收起 理由
461735945 + 1 + 1 热心回复!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

头像被屏蔽
songsong20 发表于 2022-5-20 11:05
提示: 作者被禁止或删除 内容自动屏蔽
头像被屏蔽
songsong20 发表于 2022-5-20 11:06
52896009 发表于 2022-5-20 11:07
Xavier无名 发表于 2022-5-20 11:39
楼上说得对
[HTML] 纯文本查看 复制代码
<td>${brand.status == 1 ? "启用":"禁用"}</td>>

这一行多了一个 >,每次add 添加数据时都会多打印一个
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 11:27

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表