在一个项目上,其中一个网页将显示一个人的列表(具体来说,一个尚未找到毕业班的人的列表)。
而不是手动更新这些列表,这些表格是一种骨头Web 1.0的做法,我希望将提交的名称列表转换成一个简单的.txt列表,然后在网页上显示该列表。
而不是手动更新这些列表,这些表格是一种骨头Web 1.0的做法,我希望将提交的名称列表转换成一个简单的.txt列表,然后在网页上显示该列表。
到目前为止,简单的方法是使用iframe元素…只有事情是,我不能(或不知道如何)将任何文本样式应用于iframe的内容。我已经发表了一个可以在这里完成的例子:http://dongarber.com/test//helpus-iframetest.html
默认的字体是快递,客户端可能不会太热衷。
有没有更好的方法来做,这不需要ASP.NET或数据库?
#list p { font: arial; font-size: 14px; } ... <p>Help us locate all of our classmates from the High School class of 1961. If you know where they live or their e-mail addresses contact the Reunion Committee.</p> <p> </p> <div id="list"><p><iframe src="missingmen.txt" width=200 height=400 frameborder=0 ></iframe></p></div> </div>