在我的網頁的頁面加載事件我填與結構 Structure MainStruct
Dim Ans1 As String
Dim Ans2 As String
End Structure
Dim Build As New List(Of MainStruct)
的內容列表中的問題,我上回後的列表中迷失的內容。 那麼,我該如何保存ASP.NET列表中的內容呢?
我正在使用jquery的.data()函數來緩存document.body對象的一系列值。這個緩存是使用.each()函數動態完成的: $('foo').each(function(){
var bar = $('foo').attr('id');
var myVal = $('foo').val();
$.data(document.body, 'docDepth-' + bar, myV