菜鸟一枚 求大神指点php
<body> <div> <table border="1"> <tr> <td colspan="3"><h3><center>信息显示</center></h3></td> <td colspan="2"><a href="./addshow"><center>添加<center></a></td> </tr> <tr> <th width="20px">ID</th> <th width="90px">标题</th> <th>内容</th> <th width="100px">时间</th> <th width="80px">操作</th> </tr> <volist name="data" id="vo"> <tr> <td>{$vo.ID}</td> <td>{$vo.Title}</td> <td>{$vo.Content}</td> <td>{$vo.Shi}</td> <td><a href="./read/id/{$vo.ID}">修改</a> <a href="./del/id/{$vo.ID}">删除</a></td> </tr> </volist> </table> </div></body>a标签在ie中能用,换其他浏览器就不能用了是怎么回事,是代码写错了,还是页面写的太过简陋了?求大神指点
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号