惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
F
Fortinet All Blogs
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
IT之家
IT之家
V
V2EX
C
Check Point Blog
MongoDB | Blog
MongoDB | Blog
Last Week in AI
Last Week in AI
B
Blog
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网

博客园 - 破曉之陽

SQL 查找某年某月的天数 SQL操作全集 创建触发器和使用示例(于海涛 老师的实验课) 因为没工作了。所以的复习一下以前的东西。好去面试 SQL Server性能优化 应用Profiler优化SQL Server数据库系统 SQL CASE - 破曉之陽 - 博客园 SQL EXISTS - 破曉之陽 - 博客园 SQL 刪除相同的記錄 SQL left,RIGHT,CHARINDEX 使用示例 80048820 - 破曉之陽 - 博客园 如何在 Windows 2000 中提升和降级域控制器 Microsoft.Exchange.OMA.PreferencingServerResources.Resources.dll.EN 指定的網域的名稱或安全性識別碼(用磁碟映像檔部署的電腦無法加入AD網域 ) Microsoft.NET框架程序设计(修订版) 下载地址 将这个字段中所有含‘北京’的替换成'上海' 电脑自动重启 演练:使用受保护的配置加密配置信息 vs c#2005 web编程中的.cs文件为什么都没有namespace?
奇怪的问题。 - 破曉之陽 - 博客园
破曉之陽 · 2008-04-12 · via 博客园 - 破曉之陽

 1 <html>
 2 <body>
 3 <table width="280" border="0" cellspacing="0" cellpadding="0">
 4   <tr>  
 5     <td style="background-color: #649503;">测试</td>
 6     <td><img src="http://www.guwenlvshi.com/MyFiles/20061012207271535.gif"/></td>
 7   </tr>
 8 </table>
 9 </body>
10 </html>

 1 <html>
 2 <body>
 3 <table width="280" border="0" cellspacing="0" cellpadding="0">
 4   <tr>  
 5     <td style="background-color: #649503;">测试</td>
 6     <td><img src="http://www.guwenlvshi.com/MyFiles/20061012207271535.gif"/>
 7     </td>
 8   </tr>
 9 </table>
10 </body>
11 </html>

上面二段代码什么都相同。不同之处是一个是10行一个是11行。请看第6行。在下面给它分成二行了。
问题出来了。
请问他们的运行效果相同否(在IE6.0下。)
如果知道答案的。请将相关的说明文档留言一下。谢谢。