我通过序列化程序将 json 值传递到这个输入中。如何检索动态值?这将返回“[”而不是 json 值。
<input id="jsonValue" type="hidden" value="<%=sb.ToString%>"/>
$('#jsonValue').val();
传递给此输入的值的示例是:
{["Blah","BliBlah","Temporary Employee",000001],["Blah","BlihBlah","Mgr",000002]}
我通过序列化程序将 json 值传递到这个输入中。如何检索动态值?这将返回“[”而不是 json 值。
<input id="jsonValue" type="hidden" value="<%=sb.ToString%>"/>
$('#jsonValue').val();
传递给此输入的值的示例是:
{["Blah","BliBlah","Temporary Employee",000001],["Blah","BlihBlah","Mgr",000002]}