如果我做:
var el = { o : document.createElement("iframe") } var fs = JSON.stringify(el); and then I try to access with var ofs = JSON.parse(fs);
ofs.o 包含一个空对象而不是iframe元素为什么?
ofs.o
javascript json
javascript ×1
json ×1