如何一次显示一个数据
问题描述:
如何一次显示一个数据,这意味着第一个数据将显示在页面中,当我单击下一步时,页面将输出下一个数据
我的专案是关于线上考试的全部内容
Tnx
How can i display a data one at a time, which means that the first data will be displayed in the page and when i click next the page then outputs the next data
My project is all about about online exam
Tnx
答
我不知道为什么这么多人为学校写在线考试.我假设每所学校都假设有一天会发生一些实际可行的事情,所以他们可以使用它.
典型的方法是在您增加的URL上放置一个ID,该ID告诉页面要加载和显示的问题.
为什么学校要教PHP,而不是像ASP.NET这样的有用且设计良好的框架?
I don''t know why so many people write an online exam for school. I assume each school assumes that one day something will be turned in that actually works, so they can use it.
The typical way to do this, is to put an id on the URL that you increment, that tells the page what question to load and show.
Why would a school teach PHP, instead of a useful and well designed framework like ASP.NET ?