Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 asp.net MVC3。
我有一个包含 30 行数据的段落。最初我必须显示前两行数据。我有一个按钮名称“完整详细信息”,当我点击它时,我必须显示总共 30 行数据。
我该如何实现这个