标签: html web-testing
有没有办法在网站上线之前测试绝对网址? (可能是一个愚蠢的问题,但必须在某处学习)
例如,网站名为http://www.newwebsite.com
使用类似<li><a href="http://www.newwebsite.com/page1/">Page 1</a></li>
<li><a href="http://www.newwebsite.com/page1/">Page 1</a></li>
有没有测试链接所有工作,而网站实际上没有?
由于